File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ The latest release always reflects the state of the [master](https://github.com/
29
29
<dependency >
30
30
<groupId >com.kryptokrauts</groupId >
31
31
<artifactId >aepp-sdk-java</artifactId >
32
- <version >3.0.0 </version >
32
+ <version >3.0.1 </version >
33
33
</dependency >
34
34
```
35
35
36
36
#### Gradle
37
37
``` gradle
38
- compile "com.kryptokrauts:aepp-sdk-java:3.0.0 "
38
+ compile "com.kryptokrauts:aepp-sdk-java:3.0.1 "
39
39
```
40
40
41
41
### Snapshot
@@ -55,7 +55,7 @@ It is published with the version defined in `gradle.properties`.
55
55
<dependency >
56
56
<groupId >com.kryptokrauts</groupId >
57
57
<artifactId >aepp-sdk-java</artifactId >
58
- <version >3.0.0 -SNAPSHOT</version >
58
+ <version >3.0.2 -SNAPSHOT</version >
59
59
</dependency >
60
60
</dependencies >
61
61
```
@@ -67,5 +67,5 @@ repositories {
67
67
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
68
68
}
69
69
70
- compile "com.kryptokrauts:aepp-sdk-java:3.0.0 -SNAPSHOT"
70
+ compile "com.kryptokrauts:aepp-sdk-java:3.0.2 -SNAPSHOT"
71
71
```
You can’t perform that action at this time.
0 commit comments