Skip to content

Commit 06fcfaf

Browse files
committed
bump version
1 parent 6b10ea5 commit 06fcfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nexrad-level-3-data
22

3-
### v0.3.0
3+
### v0.3.1
44
A javascript implementation for decoding Nexrad Level III radar files.
55

66
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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nexrad-level-3-data",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Parsing of NEXRAD level 3 data files",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)