mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v1.14
This commit is contained in:
parent
4b65c5cc33
commit
c26a31f498
4 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v1.14 2018-07-06 Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 98,
|
appVersion = 99,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.13.0~2018-07-06"),
|
appMarketingVersion = (defaultText = "1.14.0~2018-07-06"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@ parts:
|
||||||
wekan:
|
wekan:
|
||||||
source: .
|
source: .
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-engine: 8.11.1
|
node-engine: 8.11.3
|
||||||
node-packages:
|
node-packages:
|
||||||
- npm
|
- npm
|
||||||
- node-gyp
|
- node-gyp
|
||||||
|
|
@ -108,7 +108,7 @@ parts:
|
||||||
# Also see beginning of wekan/server/authentication.js
|
# Also see beginning of wekan/server/authentication.js
|
||||||
# import Fiber from "fibers";
|
# import Fiber from "fibers";
|
||||||
# Fiber.poolSize = 1e9;
|
# Fiber.poolSize = 1e9;
|
||||||
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
|
# Download node version 8.11.3 that has fix included, node binary copied from Sandstorm
|
||||||
# Description at https://releases.wekan.team/node.txt
|
# Description at https://releases.wekan.team/node.txt
|
||||||
echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc
|
echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc
|
||||||
curl https://releases.wekan.team/node -o node
|
curl https://releases.wekan.team/node -o node
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue