summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-01 14:08:44 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-01 14:08:44 +0200
commit1683bcb3e5980d3af4a07c4bb22e534b98eff862 (patch)
tree4d6307502a43fd2b814aa04cfa559ab8234ceddb
parent991843acb06f535e197e40342ff22fda261021ae (diff)
downloadwekan-1.98.tar.gz
wekan-1.98.tar.bz2
wekan-1.98.zip
v1.98v1.98
-rw-r--r--CHANGELOG.md2
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
-rwxr-xr-xstacksmith/user-scripts/build.sh8
5 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb2a59d0..e59520e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.98 2019-01-01 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index c1e2a029..fcaa3e0c 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v1.97.0"
+appVersion: "v1.98.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 010acb4d..7266a458 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v1.97.0",
+ "version": "v1.98.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index b90591a8..0dab07a9 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 = 199,
+ appVersion = 200,
# Increment this for every release.
- appMarketingVersion = (defaultText = "1.97.0~2018-12-26"),
+ appMarketingVersion = (defaultText = "1.98.0~2019-01-01"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh
index c3b80eac..10823ab1 100755
--- a/stacksmith/user-scripts/build.sh
+++ b/stacksmith/user-scripts/build.sh
@@ -19,11 +19,11 @@ sudo useradd --user-group --system --home-dir /home/wekan wekan
sudo mkdir -p /home/wekan
sudo chown wekan:wekan /home/wekan/
-# CURRENTLY BROKEN: meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
-# sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
+# meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
+sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
-# Using Meteor 1.6.x version of Wekan
-sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
+# OLD: Using Meteor 1.6.x version of Wekan
+#sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
sudo yum install -y ${BUILD_DEPS}