summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1915afc7..127f349e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.95 2018-12-21 Wekan release
This release adds the following new features:
@@ -11,7 +11,7 @@ This release adds the following new features:
Thanks to above GitHub users for their contributions.
-# v1.94 2018-12-18 Wekan version
+# v1.94 2018-12-18 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 625f4354..944d6c0c 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v1.94.0"
+appVersion: "v1.95.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 25835b13..f753fb46 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.94.0",
+ "version": "v1.95.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 720ce87c..461b8b43 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 = 196,
+ appVersion = 197,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.94.0~2018-12-18"),
+ appMarketingVersion = (defaultText = "1.95.0~2018-12-21"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,