Skip to content

Commit 24d0b30

Browse files
committed
Release 0.0.33
1 parent 940b40d commit 24d0b30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To set up the extension locally, install the [LiquidJava Extension](https://mark
2323
#### Maven
2424
```xml
2525
<dependency>
26-
<groupId>io.github.rcosta358</groupId>
26+
<groupId>io.github.liquid-java</groupId>
2727
<artifactId>liquidjava-api</artifactId>
2828
<version>0.0.2</version>
2929
</dependency>
@@ -36,7 +36,7 @@ repositories {
3636
}
3737
3838
dependencies {
39-
implementation 'io.github.rcosta358:liquidjava-api:0.0.2'
39+
implementation 'io.github.liquid-java:liquidjava-api:0.0.2'
4040
}
4141
```
4242

client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Additionally, to use LiquidJava in your project, you'll need the following depen
2020
#### Maven
2121
```xml
2222
<dependency>
23-
<groupId>io.github.rcosta358</groupId>
23+
<groupId>io.github.liquid-java</groupId>
2424
<artifactId>liquidjava-api</artifactId>
2525
<version>0.0.3</version>
2626
</dependency>
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
implementation 'io.github.rcosta358:liquidjava-api:0.0.3'
36+
implementation 'io.github.liquid-java:liquidjava-api:0.0.3'
3737
}
3838
```
3939

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": "LiquidJava - Extending Java with Liquid Types",
5-
"version": "0.0.32",
5+
"version": "0.0.33",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)