Skip to content

Commit

Permalink
final bump, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplGy committed Jan 29, 2023
1 parent 453a983 commit 7864601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ git clone https://github.com/SimplGy/emoji-magic.git lib/emoji-magic
(replace with the new version number)

```
git tag -a 0.0.10 -m "0.0.10"
git push origin 0.0.10
git tag -a 0.1.0 -m "0.1.0"
git push origin 0.1.0
```

> This will trigger `.github/workflows/release.yml`.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "emoji-magic",
"name": "Emoji Magic",
"version": "0.0.10",
"version": "0.1.0",
"description": "Easily add emoji, with a powerful keyword search. 🔮 ✨ 🐇",
"author": "simplgy",
"authorUrl": "https://github.com/simplgy",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-emoji-magic",
"version": "0.0.10",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 7864601

Please sign in to comment.