Skip to content

Commit 1a9b93b

Browse files
committed
release v0.2.0
1 parent 8e2df58 commit 1a9b93b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Then add the dependency:
3030
<dependency>
3131
<groupId>com.github.LagrangeDev</groupId>
3232
<artifactId>proto-anno</artifactId>
33-
<version>0.1.1</version>
33+
<version>0.2.0</version>
3434
</dependency>
3535
```
3636
</details>
@@ -45,7 +45,7 @@ repositories {
4545
}
4646
4747
dependencies {
48-
implementation 'com.github.LagrangeDev:proto-anno:0.1.1'
48+
implementation 'com.github.LagrangeDev:proto-anno:0.2.0'
4949
}
5050
```
5151

@@ -56,7 +56,7 @@ repositories {
5656
}
5757

5858
dependencies {
59-
implementation("com.github.LagrangeDev:proto-anno:0.1.1")
59+
implementation("com.github.LagrangeDev:proto-anno:0.2.0")
6060
}
6161
```
6262
</details>

0 commit comments

Comments
 (0)