Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplGy committed Jan 29, 2023
1 parent 45af11b commit fd5161f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.0 -m "0.1.0"
git push origin 0.1.0
git tag -a 0.0.2 -m "0.0.2"
git push origin 0.0.2
```

> This will trigger `.github/workflows/release.yml`.
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-emoji-magic",
"id": "emoji-magic",
"name": "Emoji Magic",
"version": "0.0.1",
"version": "0.0.2",
"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.1",
"version": "0.0.2",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit fd5161f

Please sign in to comment.