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:
parent
1f2ad16358
commit
8c74b83013
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue