chore: release 2.0.0

This commit is contained in:
@gapmiss 2026-05-24 20:56:15 -05:00
parent 203986a926
commit bab344df90
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"2.0.0": "0.15.0"
}