Bump version: 1.0.7 → 1.0.8

This commit is contained in:
Filip Noetzel 2025-09-09 15:51:49 +02:00
parent 6e28f2a726
commit 3816304fb8
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "1.0.7" current_version = "1.0.8"
# Parse pattern that understands both regular and preview versions # Parse pattern that understands both regular and preview versions
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>preview)\\.(?P<preview>\\d+))?" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>preview)\\.(?P<preview>\\d+))?"

View file

@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "1.0.7" current_version = "1.0.8"
# Parse pattern that understands both regular and preview versions # Parse pattern that understands both regular and preview versions
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>preview)\\.(?P<preview>\\d+))?" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>preview)\\.(?P<preview>\\d+))?"

View file

@ -1,7 +1,7 @@
{ {
"id": "interactive-ratings", "id": "interactive-ratings",
"name": "Interactive Ratings", "name": "Interactive Ratings",
"version": "1.0.7", "version": "1.0.8",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"author": "peritus", "author": "peritus",
"authorUrl": "https://github.com/peritus", "authorUrl": "https://github.com/peritus",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-interactive-ratings", "name": "obsidian-interactive-ratings",
"version": "1.0.7", "version": "1.0.8",
"description": "Edit symbol ratings in your Obsidian notes interactively.", "description": "Edit symbol ratings in your Obsidian notes interactively.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {