diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index aa98169c..ec2c978a 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,5 @@ +## [7.5.0-1](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.0-0...7.5.0-1) (2024-12-24) + ## [7.5.0-0](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.4.0...7.5.0-0) (2024-12-24) ### Features diff --git a/manifest-beta.json b/manifest-beta.json index fecd8385..62e03869 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.0-0", + "version": "7.5.0-1", "minAppVersion": "0.15.4", "description": "Enveloppe helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package.json b/package.json index ed0b8eff..d0bfc8f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.0-0", + "version": "7.5.0-1", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "main": "main.js", "private": true,