mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 05:43:17 +00:00
Bump version: 1.0.7 → 1.0.8
This commit is contained in:
parent
6e28f2a726
commit
3816304fb8
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[tool.bumpversion]
|
||||
current_version = "1.0.7"
|
||||
current_version = "1.0.8"
|
||||
|
||||
# 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+))?"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[tool.bumpversion]
|
||||
current_version = "1.0.7"
|
||||
current_version = "1.0.8"
|
||||
|
||||
# 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+))?"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "interactive-ratings",
|
||||
"name": "Interactive Ratings",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "0.15.0",
|
||||
"author": "peritus",
|
||||
"authorUrl": "https://github.com/peritus",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-interactive-ratings",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "Edit symbol ratings in your Obsidian notes interactively.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue