Skip to content

Commit c4bcbac

Browse files
committed
v0.12.1
1 parent 2f93b8e commit c4bcbac

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.12.0",
4+
"version": "0.12.1",
55
"author": "Forketyfork",
66
"minAppVersion": "0.15.0",
77
"description": "Track your food intake (calories, macronutrients) and nutritional information",

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.12.0",
3+
"version": "0.12.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
@@ -26,5 +26,6 @@
2626
"0.10.0": "0.15.0",
2727
"0.11.0": "0.15.0",
2828
"0.11.1": "0.15.0",
29-
"0.12.0": "0.15.0"
29+
"0.12.0": "0.15.0",
30+
"0.12.1": "0.15.0"
3031
}

0 commit comments

Comments
 (0)