diff --git a/CHANGELOG.md b/CHANGELOG.md index b406979..5aa202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [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) # [1.1.0](https://github.com/dream-num/obsidian-univer/compare/1.0.3...1.1.0) (2024-06-19) diff --git a/manifest.json b/manifest.json index 1e270c1..795f394 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.1.1", + "version": "1.1.2", "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 b9a4f6c..98f2517 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.1.1", + "version": "1.1.2", "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",