We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffd387 commit b16967cCopy full SHA for b16967c
client/package.json
@@ -2,7 +2,7 @@
2
"name": "liquid-java",
3
"displayName": "LiquidJava",
4
"description": "Extending Java with Liquid Types",
5
- "version": "0.0.50",
+ "version": "0.0.51",
6
"publisher": "AlcidesFonseca",
7
"repository": {
8
"type": "git",
release.sh
@@ -28,7 +28,6 @@ fi
28
29
git checkout main
30
git pull
31
-git status
32
git add .
33
git commit -m "Release $VERSION"
34
git tag -a "v$VERSION" -m "vscode-liquidjava $VERSION"
0 commit comments