Skip to content

Commit 38255fd

Browse files
committed
v0.15.0
1 parent b10529c commit 38255fd

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.14.0",
4+
"version": "0.15.0",
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.14.0",
3+
"version": "0.15.0",
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
@@ -29,5 +29,6 @@
2929
"0.12.0": "0.15.0",
3030
"0.12.1": "0.15.0",
3131
"0.13.0": "0.15.0",
32-
"0.14.0": "0.15.0"
32+
"0.14.0": "0.15.0",
33+
"0.15.0": "0.15.0"
3334
}

0 commit comments

Comments
 (0)