mirror of
https://github.com/ekrizdis367/obsidian-pantry.git
synced 2026-07-22 06:50:13 +00:00
chore: bump version to 1.0.2
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
1143f5d5e0
commit
b30535be5b
4 changed files with 7 additions and 6 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue