We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ded3d commit ca1f1fcCopy full SHA for ca1f1fc
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.62",
+ "version": "0.0.63",
6
"publisher": "AlcidesFonseca",
7
"repository": {
8
"type": "git",
server/pom.xml
@@ -172,7 +172,7 @@
172
<dependency>
173
<groupId>io.github.liquid-java</groupId>
174
<artifactId>liquidjava-verifier</artifactId>
175
- <version>0.0.15</version>
+ <version>0.0.16</version>
176
</dependency>
177
178
<groupId>tools.aqua</groupId>
0 commit comments