We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b0895 commit efd9443Copy full SHA for efd9443
2 files changed
README.md
@@ -61,15 +61,15 @@ Turtle is provided as a Gradle/Maven dependency.
61
62
```gradle
63
dependencies {
64
- implementation("com.lordcodes.turtle:turtle:0.9.0")
+ implementation("com.lordcodes.turtle:turtle:0.10.0")
65
}
66
```
67
68
#### ▶︎ Gradle Groovy DSL
69
70
71
72
- implementation 'com.lordcodes.turtle:turtle:0.9.0'
+ implementation 'com.lordcodes.turtle:turtle:0.10.0'
73
74
75
gradle.properties
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -Xms2g
15
16
# Maven Central publishing
17
GROUP=com.lordcodes.turtle
18
-VERSION_NAME=0.9.0
+VERSION_NAME=0.10.0
19
POM_ARTIFACT_ID=turtle
20
21
POM_NAME=Turtle
0 commit comments