Wekan REST API v5.85
+Wekan REST API v5.87
diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 403b2db4a..64b4565cc 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v5.85 + version: v5.87 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/releases/release-bundle.sh b/releases/release-bundle.sh index 309c041a0..65518c2b1 100755 --- a/releases/release-bundle.sh +++ b/releases/release-bundle.sh @@ -6,11 +6,11 @@ cd ~/repos/wekan/.build zip -r wekan-$1.zip bundle { - scp ~/repos/wekan/releases/maintainer-make-bundle-a.sh a:/home/wekan/repos/maintainer-make-bundle.sh + scp ~/repos/wekan/releases/maintainer-make-bundle-a.sh a:/home/wekan/maintainer-make-bundle.sh scp ~/repos/wekan/releases/maintainer-make-bundle-s.sh s:/home/linux1/maintainer-make-bundle.sh scp ~/repos/wekan/releases/maintainer-make-bundle-o.sh o:/home/ubuntu/maintainer-make-bundle.sh scp wekan-$1.zip x2:/var/snap/wekan/common/releases.wekan.team/ - scp wekan-$1.zip a:/home/wekan/repos/ + scp wekan-$1.zip a:/home/wekan/ scp wekan-$1.zip s:/home/linux1/ scp wekan-$1.zip o:/home/ubuntu/ } | parallel -k diff --git a/releases/up-a.sh b/releases/up-a.sh index 7eebc9270..019ab34ca 100755 --- a/releases/up-a.sh +++ b/releases/up-a.sh @@ -11,7 +11,7 @@ if [ $# -ne 1 ] fi # 2) Download release from arm64 build server -scp a:/home/wekan/repos/wekan-$1-arm64.zip . +scp a:/home/wekan/wekan-$1-arm64.zip . # 3) Upload arm64 release to download server scp wekan-$1-arm64.zip x2:/var/snap/wekan/common/releases.wekan.team/raspi3/ diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 296231b50..42503d69a 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 = 585, + appVersion = 587, # Increment this for every release. - appMarketingVersion = (defaultText = "5.85.0~2021-12-17"), + appMarketingVersion = (defaultText = "5.87.0~2021-12-19"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, diff --git a/snapcraft.yaml b/snapcraft.yaml index 47a77f4c1..afdc3220e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wekan -version: '5.85' +version: '5.87' summary: Open Source kanban description: | WeKan ® is an Open Source and collaborative kanban board application.Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.