diff --git a/CHANGELOG.md b/CHANGELOG.md index 43098c5..727fa2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +# [1.1.0](https://github.com/dream-num/obsidian-univer/compare/1.0.3...1.1.0) (2024-06-19) + ## [1.0.3](https://github.com/dream-num/obsidian-univer/compare/1.0.2...1.0.3) (2024-05-23) diff --git a/manifest.json b/manifest.json index a7d9eda..34c32b4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "univer", "name": "Univer", - "version": "1.0.3", + "version": "1.1.0", "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 560be12..7380243 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "1.0.3", + "version": "1.1.0", "description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.", "author": "DreamNum", "license": "Apache-2.0",