From 5b98544f3ba790c592d053e5e41e185dd4b55a86 Mon Sep 17 00:00:00 2001 From: bucknatt Date: Wed, 17 Jun 2026 17:04:10 +0200 Subject: [PATCH] chore: release 1.0.7 --- manifest.json | 2 +- obsidian-miku-plugin/package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f710ee1..3ba2bfd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "miku-plugin-hybrid", "name": "Miku Hybrid", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "1.7.2", "description": "Switch Miku-inspired theme modes and optional dashboard widgets with built-in hybrid styling.", "author": "Nattaya Buck", diff --git a/obsidian-miku-plugin/package.json b/obsidian-miku-plugin/package.json index 5da8da5..0326275 100644 --- a/obsidian-miku-plugin/package.json +++ b/obsidian-miku-plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-miku-plugin", - "version": "1.0.6", + "version": "1.0.7", "description": "Hatsune Miku inspired Obsidian plugin with widgets and theme switching.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7ce8307..82fc344 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.0.3": "1.5.0", "1.0.4": "1.5.0", "1.0.5": "1.5.0", - "1.0.6": "1.7.2" + "1.0.6": "1.7.2", + "1.0.7": "1.7.2" }