Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jan 13, 2022
1 parent e05b0be commit 89578d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.2

### Fixed

- #244 Avoid opening PDF files @andyxheli
- Update dependencies


## 1.1.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Office Online integration</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to an Office Online server with Nextcloud.</description>
<version>1.1.1</version>
<version>1.1.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -111,4 +111,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit 89578d1

Please sign in to comment.