Skip to content

Commit 5451201

Browse files
committed
[1.2.0-SNAPSHOT]
Version up
1 parent 01c7f1f commit 5451201

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Features:
2424

2525
[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
2626
```groovy
27-
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.1.1"
28-
compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
27+
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.2.0"
28+
compileOnly "io.goodforgod:graalvm-hint-annotations:1.2.0"
2929
```
3030

3131
[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
@@ -34,14 +34,14 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
3434
<dependency>
3535
<groupId>io.goodforgod</groupId>
3636
<artifactId>graalvm-hint-annotations</artifactId>
37-
<version>1.1.1</version>
37+
<version>1.2.0</version>
3838
<scope>compile</scope>
3939
<optional>true</optional>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.goodforgod</groupId>
4343
<artifactId>graalvm-hint-processor</artifactId>
44-
<version>1.1.1</version>
44+
<version>1.2.0</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
</dependencies>
@@ -59,7 +59,7 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
5959
<path>
6060
<groupId>io.goodforgod</groupId>
6161
<artifactId>graalvm-hint-processor</artifactId>
62-
<version>1.1.1</version>
62+
<version>1.2.0</version>
6363
</path>
6464
</annotationProcessorPaths>
6565
</configuration>

0 commit comments

Comments
 (0)