Skip to content

Commit 302e020

Browse files
committed
update the release version
1 parent d903d45 commit 302e020

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
@@ -4,7 +4,7 @@
44

55
<p align="center">
66

7-
<a href="https://central.sonatype.com/artifact/io.github.barqawiz/intellijava.core/0.8.0" alt="maven build">
7+
<a href="https://central.sonatype.com/artifact/io.github.barqawiz/intellijava.core/0.8.2" alt="maven build">
88
<img src="https://img.shields.io/maven-central/v/io.github.barqawiz/intellijava.core?style=flat-square" />
99
</a>
1010

@@ -40,23 +40,23 @@ Maven:
4040
<dependency>
4141
<groupId>io.github.barqawiz</groupId>
4242
<artifactId>intellijava.core</artifactId>
43-
<version>0.8.0</version>
43+
<version>0.8.2</version>
4444
</dependency>
4545
```
4646

4747
Gradle:
4848

4949
```
50-
implementation 'io.github.barqawiz:intellijava.core:0.8.0'
50+
implementation 'io.github.barqawiz:intellijava.core:0.8.2'
5151
```
5252

5353
Gradle(Kotlin):
5454
```
55-
implementation("io.github.barqawiz:intellijava.core:0.8.0")
55+
implementation("io.github.barqawiz:intellijava.core:0.8.2")
5656
```
5757

5858
Jar download:
59-
[intellijava.jar](https://repo1.maven.org/maven2/io/github/barqawiz/intellijava.core/0.8.0/intellijava.core-0.8.0.jar).
59+
[intellijava.jar](https://repo1.maven.org/maven2/io/github/barqawiz/intellijava.core/0.8.2/intellijava.core-0.8.2.jar).
6060

6161
## Code Example
6262
**Language model code** (2 steps):

0 commit comments

Comments
 (0)