Skip to content

Commit d6aded2

Browse files
committed
v0.2.1
1 parent 064e5a6 commit d6aded2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "food-tracker",
33
"name": "Food Tracker",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Forketyfork",
66
"minAppVersion": "0.15.0",
77
"description": "A plugin to track your food intake (calories, macronutrients) and nutritional information in Obsidian.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-food-tracker",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A plugin to track your food intake (calories, macronutrients) and nutritional information in Obsidian.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.1.0": "0.15.0",
3-
"0.2.0": "0.15.0"
3+
"0.2.0": "0.15.0",
4+
"0.2.1": "0.15.0"
45
}

0 commit comments

Comments
 (0)