summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-21 17:29:04 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-21 17:29:04 +0300
commitd4cc337577ef99565a1418ab5a1638479a6bb897 (patch)
treee41a5de15d0efe00740bf06a8c89f3ff9d40e27a
parent25695bdef29d0f57f6fc415c210bde30025b78ec (diff)
downloadwekan-1.00.tar.gz
wekan-1.00.tar.bz2
wekan-1.00.zip
v1.00v1.00
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7838634c..c581c60a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v1.00 2018-05-21 Wekan release
+
+This release fixes the following bugs:
+
+* [Typo in English translation: brakets to brackets](https://github.com/wekan/wekan/issues/1647).
+
+Thanks to GitHub user yarons for contributions.
+
# v0.99 2018-05-21 Wekan release
This release adds the following new features:
diff --git a/package.json b/package.json
index 2758cff2..26283257 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.99.0",
+ "version": "1.00.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index ae86c756..edbb3d2a 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 84,
+ appVersion = 85,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.99.0~2018-05-21"),
+ appMarketingVersion = (defaultText = "1.00.0~2018-05-21"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,