Skip to content

Commit b16967c

Browse files
committed
Release 0.0.51
1 parent 2ffd387 commit b16967c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liquid-java",
33
"displayName": "LiquidJava",
44
"description": "Extending Java with Liquid Types",
5-
"version": "0.0.50",
5+
"version": "0.0.51",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ fi
2828

2929
git checkout main
3030
git pull
31-
git status
3231
git add .
3332
git commit -m "Release $VERSION"
3433
git tag -a "v$VERSION" -m "vscode-liquidjava $VERSION"

0 commit comments

Comments
 (0)