Skip to content

Commit 869aba3

Browse files
committed
Bump version to 1.2.9
Signed-off-by: Julius Härtl <[email protected]>
1 parent 7cde667 commit 869aba3

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
## 1.2.9
6+
7+
### Other
8+
9+
- #3319 Additional check for stacks
10+
- #3226 Additional circle level check
11+
12+
413
## 1.2.8
514

615
### Fixed

appinfo/info.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<?xml version="1.0"?>
2-
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
43
<id>deck</id>
54
<name>Deck</name>
65
<summary>Personal planning and team project organization</summary>
@@ -17,12 +16,12 @@
1716
- 🚀 Get your project organized
1817

1918
</description>
20-
<version>1.2.8</version>
19+
<version>1.2.9</version>
2120
<licence>agpl</licence>
2221
<author>Julius Härtl</author>
2322
<namespace>Deck</namespace>
2423
<types>
25-
<dav />
24+
<dav/>
2625
</types>
2726
<category>organization</category>
2827
<category>office</category>
@@ -36,7 +35,7 @@
3635
<database min-version="9.4">pgsql</database>
3736
<database>sqlite</database>
3837
<database min-version="5.5">mysql</database>
39-
<nextcloud min-version="18" max-version="20" />
38+
<nextcloud min-version="18" max-version="20"/>
4039
</dependencies>
4140
<background-jobs>
4241
<job>OCA\Deck\Cron\DeleteCron</job>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.0.0",
4+
"version": "1.2.9",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -129,4 +129,4 @@
129129
"<rootDir>/node_modules/jest-serializer-vue"
130130
]
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)