Skip to content

Commit 09241df

Browse files
Filip NoetzelFilip Noetzel
authored andcommitted
Bump version: 1.0.0 → 1.0.1
1 parent e6c5a57 commit 09241df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.0.0"
2+
current_version = "1.0.1"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
commit = true

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "interactive-ratings",
33
"name": "Interactive Ratings",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "0.15.0",
66
"author": "peritus",
77
"authorUrl": "https://github.com/peritus",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-interactive-ratings",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Edit symbol ratings in your Obsidian notes interactively.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)