diff --git a/.bumpversion.toml b/.bumpversion.toml index e827fec..38026f4 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "1.0.4" +current_version = "1.0.5" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] commit = true diff --git a/manifest.json b/manifest.json index 4d8ed39..bc32825 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "interactive-ratings", "name": "Interactive Ratings", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "author": "peritus", "authorUrl": "https://github.com/peritus", diff --git a/package.json b/package.json index 93eafab..2d662ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-interactive-ratings", - "version": "1.0.4", + "version": "1.0.5", "description": "Edit symbol ratings in your Obsidian notes interactively.", "main": "main.js", "scripts": {