Skip to content

Commit 09f84d8

Browse files
authored
Merge pull request #18 from forketyfork/release/0.4.4
v0.4.4
2 parents ff7d528 + e2b5bf1 commit 09f84d8

File tree

3 files changed

+5
-4
lines changed

3 files changed

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-food-tracker",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A plugin to track your food intake (calories, macronutrients) and nutritional information in Obsidian.",
55
"main": "main.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"version": "node version-bump.mjs && git add manifest.json versions.json",
1919
"build:css": "csso styles.src.css --output styles.css",
2020
"release": "yarn version --no-git-tag-version && git add . && git commit -m \"v$(node -p \"require('./package.json').version\")\" && git checkout -b release/$(node -p \"require('./package.json').version\") && git push origin release/$(node -p \"require('./package.json').version\")",
21-
"tag-release": "git tag v$(node -p \"require('./package.json').version\") && git push origin --tags"
21+
"tag-release": "git tag $(node -p \"require('./package.json').version\") && git push origin --tags"
2222
},
2323
"keywords": [
2424
"obsidian",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"0.4.0": "0.15.0",
1414
"0.4.1": "0.15.0",
1515
"0.4.2": "0.15.0",
16-
"0.4.3": "0.15.0"
16+
"0.4.3": "0.15.0",
17+
"0.4.4": "0.15.0"
1718
}

0 commit comments

Comments
 (0)