Skip to content

Commit

Permalink
Merge pull request #6355 from nextcloud/release/1.14.1
Browse files Browse the repository at this point in the history
bump version to 1.14.1
  • Loading branch information
grnd-alt authored Sep 24, 2024
2 parents d9c4682 + a18da4b commit f3bafd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.14.0
### Fixed
- fix: Load archived card if URL is opened directly #6326
- Update nextcloud/ocp dependency #6322

## 1.14.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- 🚀 Get your project organized

</description>
<version>1.14.0</version>
<version>1.14.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.14.0",
"version": "1.14.1",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -107,4 +107,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}

0 comments on commit f3bafd9

Please sign in to comment.