Skip to content

Commit 5cd8cd3

Browse files
Filip Noetzelperitus
authored andcommitted
Bump version: 1.0.6 → 1.0.7
1 parent ebcb212 commit 5cd8cd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.6"
2+
current_version = "1.0.7"
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.6",
4+
"version": "1.0.7",
55
"minAppVersion": "0.15.0",
66
"author": "peritus",
77
"authorUrl": "https://github.com/peritus",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6",
3+
"version": "1.0.7",
44
"description": "Edit symbol ratings in your Obsidian notes interactively.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)