diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index ec2c978a..62c3f62f 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -1,3 +1,5 @@ +## [7.5.0-2](https://github.com/Enveloppe/obsidian-enveloppe/compare/7.5.0-1...7.5.0-2) (2024-12-28) + ## [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) diff --git a/manifest-beta.json b/manifest-beta.json index 62e03869..933d6d47 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Enveloppe", - "version": "7.5.0-1", + "version": "7.5.0-2", "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 d0bfc8f6..b24626b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enveloppe", - "version": "7.5.0-1", + "version": "7.5.0-2", "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,