Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
netbymatt committed Apr 21, 2021
1 parent 6b10ea5 commit 06fcfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nexrad-level-3-data

### v0.3.0
### v0.3.1
A javascript implementation for decoding Nexrad Level III radar files.

You can find more information on how radar data is encoded at [NOAA](https://www.roc.noaa.gov/WSR88D/BuildInfo/Files.aspx). The work in this project is based mainly on the document [2620001 ICD FOR THE RPG TO CLASS 1 USER - Build 19.0](https://www.roc.noaa.gov/wsr88d/PublicDocs/ICDs/2620001Y.pdf).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexrad-level-3-data",
"version": "0.3.0",
"version": "0.3.1",
"description": "Parsing of NEXRAD level 3 data files",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 06fcfaf

Please sign in to comment.