chore: bump version to 1.0.2

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Matthew Newton 2026-05-18 17:46:55 -07:00
parent 1143f5d5e0
commit b30535be5b
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pantry",
"name": "Pantry",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.12.0",
"description": "Manage your recipes and generate grocery lists.",
"author": "TheEkrizdis",
@ -11,4 +11,4 @@
"buy-me-a-coffee": "https://buymeacoffee.com/TheEkrizdis"
},
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pantry",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pantry",
"version": "1.0.1",
"version": "1.0.2",
"license": "0BSD",
"dependencies": {
"obsidian": "latest"

View file

@ -1,6 +1,6 @@
{
"name": "pantry",
"version": "1.0.1",
"version": "1.0.2",
"description": "Plan meals, generate grocery lists, and view recipe notes as interactive cards.",
"main": "main.js",
"type": "module",

View file

@ -1,5 +1,6 @@
{
"0.1.0": "1.4.0",
"1.0.0": "1.12.0",
"1.0.1": "1.12.0"
"1.0.1": "1.12.0",
"1.0.2": "1.12.0"
}