Skip to content

Commit

Permalink
bump again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplGy committed Feb 25, 2023
1 parent 801e636 commit 157be55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ git clone https://github.com/SimplGy/emoji-magic.git lib/emoji-magic
### Releasing

1. Update version in `manifest.json` and `package.json`
2. commit, push.
2. commit, `git push`.
3. To put on GitHub, do the following tag stuff:

(replace with the new version number)

```
git tag -a 0.1.1 -m "0.1.1"
git push origin 0.1.1
git tag -a 0.1.2 -m "0.1.2"
git push origin 0.1.2
```

> 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.1.1",
"version": "0.1.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.1.1",
"version": "0.1.2",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 157be55

Please sign in to comment.