File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.1 "
2
+ "." : " 0.1.0-alpha.2 "
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
<!-- x-release-please-start-version -->
4
4
5
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java )] ( https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.1.0-alpha.1 )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.openlayer.api/openlayer-java )] ( https://central.sonatype.com/artifact/com.openlayer.api/openlayer-java/0.1.0-alpha.2 )
6
6
7
7
<!-- x-release-please-end -->
8
8
@@ -27,7 +27,7 @@ The REST API documentation can be found on [openlayer.com](https://openlayer.co
27
27
<!-- x-release-please-start-version -->
28
28
29
29
``` kotlin
30
- implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.1 " )
30
+ implementation(" com.openlayer.api:openlayer-java:0.1.0-alpha.2 " )
31
31
```
32
32
33
33
#### Maven
@@ -36,7 +36,7 @@ implementation("com.openlayer.api:openlayer-java:0.1.0-alpha.1")
36
36
<dependency >
37
37
<groupId >com.openlayer.api</groupId >
38
38
<artifactId >openlayer-java</artifactId >
39
- <version >0.1.0-alpha.1 </version >
39
+ <version >0.1.0-alpha.2 </version >
40
40
</dependency >
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
allprojects {
6
6
group = " com.openlayer.api"
7
- version = " 0.1.0-alpha.1 " // x-release-please-version
7
+ version = " 0.1.0-alpha.2 " // x-release-please-version
8
8
}
9
9
10
10
You can’t perform that action at this time.
0 commit comments