diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa202b..0e5b31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.1.3](https://github.com/dream-num/obsidian-univer/compare/1.1.2...1.1.3) (2024-08-15) + ## [1.1.2](https://github.com/dream-num/obsidian-univer/compare/1.1.1...1.1.2) (2024-07-15) ## [1.1.1](https://github.com/dream-num/obsidian-univer/compare/1.1.0...1.1.1) (2024-07-09) diff --git a/manifest.json b/manifest.json index 795f394..ceae43a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "1.5.11", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum", diff --git a/package.json b/package.json index 09045c5..5cc7131 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.1.2", + "version": "1.1.3", "packageManager": "pnpm@9.4.0", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum",