Skip to content

Commit 6766108

Browse files
committed
docs: prepare docs for release 3.0.1
1 parent 30ff84a commit 6766108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ The latest release always reflects the state of the [master](https://github.com/
2929
<dependency>
3030
<groupId>com.kryptokrauts</groupId>
3131
<artifactId>aepp-sdk-java</artifactId>
32-
<version>3.0.0</version>
32+
<version>3.0.1</version>
3333
</dependency>
3434
```
3535

3636
#### Gradle
3737
```gradle
38-
compile "com.kryptokrauts:aepp-sdk-java:3.0.0"
38+
compile "com.kryptokrauts:aepp-sdk-java:3.0.1"
3939
```
4040

4141
### Snapshot
@@ -55,7 +55,7 @@ It is published with the version defined in `gradle.properties`.
5555
<dependency>
5656
<groupId>com.kryptokrauts</groupId>
5757
<artifactId>aepp-sdk-java</artifactId>
58-
<version>3.0.0-SNAPSHOT</version>
58+
<version>3.0.2-SNAPSHOT</version>
5959
</dependency>
6060
</dependencies>
6161
```
@@ -67,5 +67,5 @@ repositories {
6767
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
6868
}
6969
70-
compile "com.kryptokrauts:aepp-sdk-java:3.0.0-SNAPSHOT"
70+
compile "com.kryptokrauts:aepp-sdk-java:3.0.2-SNAPSHOT"
7171
```

0 commit comments

Comments
 (0)