Fix the version mess

0.3.0 was released without a changelog since I forgot to check that in
git (?)
This commit is contained in:
Girish Ramakrishnan 2017-08-23 08:53:29 -07:00
parent 1f2ad16358
commit 8c74b83013
2 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
[0.2.5] [0.2.5]
* Updated to version 0.14.32 * Updated to version 0.14.32
[0.2.6] [0.3.0]
* Updated to version 0.14.33
[0.3.1]
* Updated to version 0.14.35 * Updated to version 0.14.35

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization", "tagline": "Decentralized file synchronization",
"version": "0.2.6", "version": "0.3.1",
"healthCheckPath": "/check", "healthCheckPath": "/check",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {