2
0
Lauri Ojansivu 7 жил өмнө
parent
commit
c0f67eb99b
5 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 2 2
      CHANGELOG.md
  2. 1 1
      LICENSE
  3. 1 1
      package.json
  4. 1 1
      sandstorm-pkgdef.capnp
  5. 1 1
      snapcraft.yaml

+ 2 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v0.31 2017-07-30 Wekan release
 
 This release adds the following new features:
 
@@ -10,7 +10,7 @@ and fixes the following bugs:
 * [FIX SECURITY ISSUE Files accessible without authentication](https://github.com/wekan/wekan/issues/1105);
 * [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152).
 
-Thanks to GitHub users GhassenRjab and nztqa for their contributions.
+Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
 
 # v0.30 2017-07-27 Wekan release
 

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2014-2016 The Wekan Team
+Copyright (c) 2014-2017 The Wekan Team
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
package.json

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

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
     appVersion = 20,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "0.18.0~2017-04-02"),
+    appMarketingVersion = (defaultText = "0.31.0~2017-07-30"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,

+ 1 - 1
snapcraft.yaml

@@ -1,5 +1,5 @@
 name: wekan
-version: "0.30-SNAPSHOT"
+version: "0.31-SNAPSHOT"
 summary: The open-source Trello-like kanban
 description: |
    Wekan is an open-source and collaborative kanban board application.