mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 05:43:17 +00:00
Bump version: 1.0.4 → 1.0.5
This commit is contained in:
parent
6ad882397a
commit
c17ec8be7a
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[tool.bumpversion]
|
||||
current_version = "1.0.4"
|
||||
current_version = "1.0.5"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
commit = true
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue