diff --git a/README.md b/README.md index 4c6dcf9..aa6fce3 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ git clone https://github.com/SimplGy/emoji-magic.git lib/emoji-magic (replace with the new version number) ``` -git tag -a 0.1.0 -m "0.1.0" -git push origin 0.1.0 +git tag -a 0.1.1 -m "0.1.1" +git push origin 0.1.1 ``` > This will trigger `.github/workflows/release.yml`. diff --git a/manifest.json b/manifest.json index d559e8f..3f06a88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "emoji-magic", "name": "Emoji Magic", - "version": "0.1.0", + "version": "0.1.1", "description": "Easily add emoji, with a powerful keyword search. 🔮 ✨ 🐇", "author": "simplgy", "authorUrl": "https://github.com/simplgy", diff --git a/package.json b/package.json index a9a5e88..5935cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-emoji-magic", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "main.js", "scripts": {