mirror of
https://github.com/peritus/obsidian-interactive-ratings.git
synced 2026-07-22 05:43:17 +00:00
Bump version: 1.0.6 → 1.0.7
This commit is contained in:
parent
ebcb212610
commit
5cd8cd32b9
4 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.0.6"
|
current_version = "1.0.7"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
commit = true
|
commit = true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "interactive-ratings",
|
"id": "interactive-ratings",
|
||||||
"name": "Interactive Ratings",
|
"name": "Interactive Ratings",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"author": "peritus",
|
"author": "peritus",
|
||||||
"authorUrl": "https://github.com/peritus",
|
"authorUrl": "https://github.com/peritus",
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-interactive-ratings",
|
"name": "obsidian-interactive-ratings",
|
||||||
"version": "1.0.1",
|
"version": "1.0.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "obsidian-interactive-ratings",
|
"name": "obsidian-interactive-ratings",
|
||||||
"version": "1.0.1",
|
"version": "1.0.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.25.1",
|
"esbuild": "^0.25.1",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-interactive-ratings",
|
"name": "obsidian-interactive-ratings",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"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