From bab344df90faebb486671b0b2fa2ce16b5d20ce1 Mon Sep 17 00:00:00 2001 From: "@gapmiss" Date: Sun, 24 May 2026 20:56:15 -0500 Subject: [PATCH] chore: release 2.0.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 399f400..e0c5671 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "iconoir-icons", "name": "Iconoir Icons", - "version": "1.0.0", + "version": "2.0.0", "minAppVersion": "0.15.0", "description": "Create & display customized SVG Iconoir icons.", "author": "@gapmiss", diff --git a/package.json b/package.json index 71841e0..d0a1f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconoir-icons", - "version": "1.0.0", + "version": "2.0.0", "description": "Bespoken Iconoir icons for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..b072ed3 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "2.0.0": "0.15.0" }