Update package version

This commit is contained in:
Keath Milligan 2025-04-26 14:57:26 -05:00
parent 1b2ec43b3e
commit 1320ccc231
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"version": "1.1.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "dist/main.js",
"scripts": {

View file

@ -1,5 +1,3 @@
{
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
}