We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002da15 commit 1d07c40Copy full SHA for 1d07c40
1 file changed
README.md
@@ -49,14 +49,14 @@ The library is published to Maven Central.
49
<dependency>
50
<groupId>dev.jcputney</groupId>
51
<artifactId>elearning-module-parser</artifactId>
52
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
53
</dependency>
54
```
55
56
### Gradle (Kotlin DSL)
57
58
```kotlin
59
-implementation("dev.jcputney:elearning-module-parser:1.0.0-SNAPSHOT")
+implementation("dev.jcputney:elearning-module-parser:1.0.0")
60
61
62
### Optional dependencies
0 commit comments