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]
|
[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+))?"
|
||||||
|
|
|
||||||
|
|
@ -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+))?"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue