Skip to content

Commit efd9443

Browse files
committed
Prepare version 0.10.0
1 parent 19b0895 commit efd9443

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Turtle is provided as a Gradle/Maven dependency.
6161

6262
```gradle
6363
dependencies {
64-
implementation("com.lordcodes.turtle:turtle:0.9.0")
64+
implementation("com.lordcodes.turtle:turtle:0.10.0")
6565
}
6666
```
6767

6868
#### ▶︎ Gradle Groovy DSL
6969

7070
```gradle
7171
dependencies {
72-
implementation 'com.lordcodes.turtle:turtle:0.9.0'
72+
implementation 'com.lordcodes.turtle:turtle:0.10.0'
7373
}
7474
```
7575

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -Xms2g
1515

1616
# Maven Central publishing
1717
GROUP=com.lordcodes.turtle
18-
VERSION_NAME=0.9.0
18+
VERSION_NAME=0.10.0
1919
POM_ARTIFACT_ID=turtle
2020

2121
POM_NAME=Turtle

0 commit comments

Comments
 (0)