Bump version

This commit is contained in:
Starbeamrainbowlabs 2020-04-02 14:12:51 +01:00
parent c72aa4fad2
commit 779bdf6eb1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 5 additions and 1 deletions

View File

@ -10,5 +10,9 @@ Release template text:
```
## v1.0.1
- Update README
## v1.0
- Initial release! Refactored out from my main PhD codebase.

View File

@ -1,6 +1,6 @@
{
"name": "terrain50-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI for parsing Ordnance Survey Digital Elevation Model files",
"main": "src/index.mjs",
"scripts": {