Skip to content

Commit

Permalink
updated package info
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff committed Nov 28, 2023
1 parent 577ba4d commit 1b30637
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,7 +1,7 @@
{
"id": "meals",
"id": "tmayoff-meals",
"name": "Meal Plan",
"version": "v0.0.3",
"version": "v0.0.4",
"minAppVersion": "0.15.0",
"description": "Meal Planning in Obsidian.",
"author": "Tyler Mayoff",
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-meals",
"version": "0.0.4",
"description": "This is a recipe manager and meal planner",
"main": "main.js",
"scripts": {
"dev": "vite build --mode development --watch",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"0.0.3": "0.15.0"
}

0 comments on commit 1b30637

Please sign in to comment.