Skip to content

Commit 9682195

Browse files
authored
Merge pull request #207 from forketyfork/release/0.16.1
v0.16.1
2 parents e2cc819 + 0814d64 commit 9682195

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.16.0",
4+
"version": "0.16.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.16.0",
3+
"version": "0.16.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
@@ -33,5 +33,6 @@
3333
"0.15.0": "0.15.0",
3434
"0.15.1": "0.15.0",
3535
"0.15.2": "0.15.0",
36-
"0.16.0": "0.15.0"
36+
"0.16.0": "0.15.0",
37+
"0.16.1": "0.15.0"
3738
}

0 commit comments

Comments
 (0)