This commit is contained in:
Lauri Ojansivu 2023-04-25 03:44:46 +03:00
parent 14d2209587
commit f9b760bfc4
6 changed files with 10 additions and 10 deletions

View file

@ -18,7 +18,7 @@ Note:
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
# Upcoming WeKan ® release
# v6.86 2023-04-25 WeKan ® release
This release fixes the following CRITICAL SECURITY FIXES:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v6.85.0"
appVersion: "v6.86.0"
files:
userUploads:
- README.md

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v6.85.0",
"version": "v6.86.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v6.85.0",
"version": "v6.86.0",
"description": "Open-Source kanban",
"private": true,
"repository": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 685,
appVersion = 686,
# Increment this for every release.
appMarketingVersion = (defaultText = "6.85.0~2023-04-18"),
appMarketingVersion = (defaultText = "6.86.0~2023-04-25"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

View file

@ -1,5 +1,5 @@
name: wekan
version: '6.85'
version: '6.86'
base: core20
summary: Open Source kanban
description: |
@ -169,9 +169,9 @@ parts:
# Cleanup
mkdir .build
cd .build
wget https://github.com/wekan/wekan/releases/download/v6.85/wekan-6.85-amd64.zip
unzip wekan-6.85-amd64.zip
rm wekan-6.85-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v6.86/wekan-6.86-amd64.zip
unzip wekan-6.86-amd64.zip
rm wekan-6.86-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf