Skip to content

Commit 1e77c10

Browse files
authored
Merge pull request #225 from forketyfork/release/0.17.1
v0.17.1
2 parents e5637c1 + 103f12a commit 1e77c10

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.17.0",
4+
"version": "0.17.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.17.0",
3+
"version": "0.17.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
@@ -36,5 +36,6 @@
3636
"0.16.0": "0.15.0",
3737
"0.16.1": "0.15.0",
3838
"0.16.2": "0.15.0",
39-
"0.17.0": "0.15.0"
39+
"0.17.0": "0.15.0",
40+
"0.17.1": "0.15.0"
4041
}

0 commit comments

Comments
 (0)