Skip to content

Commit e476a34

Browse files
committed
Release 0.0.96
1 parent 892cc00 commit e476a34

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To try out the extension, install it from the [VS Code Marketplace](https://mark
2121
<dependency>
2222
<groupId>io.github.liquid-java</groupId>
2323
<artifactId>liquidjava-api</artifactId>
24-
<version>0.0.5</version>
24+
<version>0.0.7</version>
2525
</dependency>
2626
```
2727

@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
implementation 'io.github.liquid-java:liquidjava-api:0.0.5'
35+
implementation 'io.github.liquid-java:liquidjava-api:0.0.7'
3636
}
3737
```
3838

‎client/README.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To try out the extension, install it from the [VS Code Marketplace](https://mark
2121
<dependency>
2222
<groupId>io.github.liquid-java</groupId>
2323
<artifactId>liquidjava-api</artifactId>
24-
<version>0.0.5</version>
24+
<version>0.0.7</version>
2525
</dependency>
2626
```
2727

@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
implementation 'io.github.liquid-java:liquidjava-api:0.0.5'
35+
implementation 'io.github.liquid-java:liquidjava-api:0.0.7'
3636
}
3737
```
3838

@@ -137,4 +137,5 @@ For more information, check the following repositories:
137137
- [liquidjava](https://github.com/liquid-java/liquidjava): Includes the API, verifier and some examples
138138
- [vscode-liquidjava](https://github.com/liquid-java/vscode-liquidjava): Source code of this VS Code extension
139139
- [liquidjava-examples](https://github.com/liquid-java/liquidjava-examples): Examples of how to use LiquidJava
140-
- [liquid-java-external-libs](https://github.com/liquid-java/liquid-java-external-libs): Examples of how to use LiquidJava to refine external libraries
140+
- [liquid-java-external-libs](https://github.com/liquid-java/liquid-java-external-libs): Examples of how to use LiquidJava to refine external libraries
141+
- [liquidjava-fsm](https://github.com/liquid-java/liquidjava-fsm): State machine parser used by the VS Code language server

‎client/package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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.95",
5+
"version": "0.0.96",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

‎server/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>io.github.liquid-java</groupId>
174174
<artifactId>liquidjava-verifier</artifactId>
175-
<version>0.0.34</version>
175+
<version>0.0.35</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>io.github.liquid-java</groupId>

0 commit comments

Comments
 (0)