Bump version to 1.2.9

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2021-09-14 21:12:58 +02:00
parent 7cde6672a4
commit 869aba34d9
3 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,15 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.2.9
### Other
- #3319 Additional check for stacks
- #3226 Additional circle level check
## 1.2.8 ## 1.2.8
### Fixed ### Fixed

View File

@@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="utf-8"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" <info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>deck</id> <id>deck</id>
<name>Deck</name> <name>Deck</name>
<summary>Personal planning and team project organization</summary> <summary>Personal planning and team project organization</summary>
@@ -17,7 +16,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.2.8</version> <version>1.2.9</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.0.0", "version": "1.2.9",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",