Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-11-10 22:40:12 +0300
committerJulius Härtl <jus@bitgrid.net>2021-11-10 22:40:12 +0300
commitf05a1c5dadd9044237a5d3f3e70526e9f6d43477 (patch)
tree79df7a3ba141febbc084967399e0cf976808cb1c
parentbfbac67d2a07a0df4c45c4fe0ce64e957c6bc5b7 (diff)
Bump version to 1.2.11v1.2.11stable1.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04e93557..1edb6c65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.2.11
+
+### Fixed
+
+- Fix release asset build
+
## 1.2.10
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f81fde51..0ff614bb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.2.10</version>
+ <version>1.2.11</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package.json b/package.json
index d7f33c3a..a07bb53b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.2.10",
+ "version": "1.2.11",
"authors": [
{
"name": "Julius Härtl",