Skip to content

Commit 2f01e43

Browse files
committed
Update API Version
1 parent 56765b8 commit 2f01e43

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Additionally, you'll need the following dependency, which includes the LiquidJav
4949
<dependency>
5050
<groupId>io.github.rcosta358</groupId>
5151
<artifactId>liquidjava-api</artifactId>
52-
<version>0.0.2</version>
52+
<version>0.0.3</version>
5353
</dependency>
5454
```
5555

@@ -60,7 +60,7 @@ repositories {
6060
}
6161
6262
dependencies {
63-
implementation 'io.github.rcosta358:liquidjava-api:0.0.2'
63+
implementation 'io.github.rcosta358:liquidjava-api:0.0.3'
6464
}
6565
```
6666

liquidjava-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.github.rcosta358</groupId>
5252
<artifactId>liquidjava-api</artifactId>
53-
<version>0.0.2</version>
53+
<version>0.0.3</version>
5454
</dependency>
5555
</dependencies>
5656
</project>

liquidjava-verifier/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>io.github.rcosta358</groupId>
176176
<artifactId>liquidjava-api</artifactId>
177-
<version>0.0.2</version>
177+
<version>0.0.3</version>
178178
</dependency>
179179

180180
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4 -->
@@ -199,11 +199,6 @@
199199
<type>pom</type>
200200
<scope>import</scope>
201201
</dependency>
202-
<dependency>
203-
<groupId>io.github.rcosta358</groupId>
204-
<artifactId>liquidjava-api</artifactId>
205-
<version>0.0.2</version>
206-
</dependency>
207202
</dependencies>
208203
</dependencyManagement>
209204
</project>

0 commit comments

Comments
 (0)