Skip to content

Commit 6f8fcc9

Browse files
authored
chore: bump version to 0.3.0 (#9)
1 parent 6f60541 commit 6f8fcc9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ test-unit file='' name='' timeout='0':
1212

1313
prepare version:
1414
git checkout -b "release/v{{version}}"
15-
echo "Updating package.json to {{v}}..."
16-
jq ".version = \"{{v}}\"" package.json > package.json.tmp && mv package.json.tmp package.json
15+
echo "Updating package.json to {{version}}..."
16+
jq ".version = \"{{version}}\"" package.json > package.json.tmp && mv package.json.tmp package.json
1717
git add package.json
18-
git commit -m "chore: bump version to {{v}}"
18+
git commit -m "chore: bump version to {{version}}"
1919
git push origin "release/v{{version}}"
2020

2121
release version:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "char8x",
44
"displayName": "Code Dimmer - Highlight Variables Hide Others",
55
"description": "Highlight the scope and citation locations of variables, reduce the opacity of code blocks unrelated to the variables",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"icon": "images/icon.png",
88
"engines": {
99
"vscode": "^1.90.0"

0 commit comments

Comments
 (0)