Skip to content

Commit

Permalink
Merge pull request #6591 from nextcloud/release/1.6.7
Browse files Browse the repository at this point in the history
bump version to v1.6.7
  • Loading branch information
grnd-alt authored Dec 12, 2024
2 parents 1443fd2 + 9164944 commit 93ec6ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.6.7

### Fixed

- fix: Detect end of the activity responses (fix #3395) #6518
- fix: Avoid conflicts on deck attachments folder name #5705

## 1.6.6

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

</description>
<version>1.6.6</version>
<version>1.6.7</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
Expand Down
2 changes: 1 addition & 1 deletion 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.6.6",
"version": "1.6.7",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -97,4 +97,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}

0 comments on commit 93ec6ce

Please sign in to comment.