From c17ec8be7aba8cebb02efd8eeea5cf0edfe72beb Mon Sep 17 00:00:00 2001 From: Filip Noetzel Date: Tue, 10 Jun 2025 08:23:36 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.4=20=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {