Skip to content

Commit 08cc164

Browse files
committed
v0.16.0
1 parent bdc2dc2 commit 08cc164

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.15.2",
4+
"version": "0.16.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.15.2",
3+
"version": "0.16.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
@@ -32,5 +32,6 @@
3232
"0.14.0": "0.15.0",
3333
"0.15.0": "0.15.0",
3434
"0.15.1": "0.15.0",
35-
"0.15.2": "0.15.0"
35+
"0.15.2": "0.15.0",
36+
"0.16.0": "0.15.0"
3637
}

0 commit comments

Comments
 (0)