Răsfoiți Sursa

Revert "v0.71"

This reverts commit 79ae90825e155a772124938ed12dd5e373e05f95.
Erik Turk 7 ani în urmă
părinte
comite
6a93a93d0b
3 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 3 3
      CHANGELOG.md
  2. 1 1
      package.json
  3. 2 2
      sandstorm-pkgdef.capnp

+ 3 - 3
CHANGELOG.md

@@ -1,6 +1,6 @@
-# v0.71 2018-02-03 Wekan release
+# Upcoming Wekan release
 
-This release fixes the following bugs:
+This release fixes following bugs:
 
 - [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c).
 - [Fix Import Wekan board with swimlanes](https://github.com/wekan/wekan/commit/ec0a8449ba98aea708e484d386e5a209e2be8fff).
@@ -14,7 +14,7 @@ This release adds the following new features:
 - [Add ability to edit swimlane name](https://github.com/wekan/wekan/commit/3414cb84ad8ac800e23bbda6ce12822f40d1bd19);
 - [Add swimlane popup menu and archive icon](https://github.com/wekan/wekan/commit/5953fb8a44a3582ed0d8816ffb32a5b7f41f50a3).
 
-and fixes the following bugs:
+and fixes following bugs:
 
 - [Two empty columns in swimlane view](https://github.com/wekan/wekan/issues/1459).
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "0.71.0",
+  "version": "0.70.0",
   "description": "The open-source Trello-like kanban",
   "private": true,
   "scripts": {

+ 2 - 2
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 = 56,
+    appVersion = 55,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "0.71.0~2018-02-03"),
+    appMarketingVersion = (defaultText = "0.70.0~2018-02-02"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,