Skip to content

Commit 1d07c40

Browse files
docs: update version references to 1.0.0
1 parent 002da15 commit 1d07c40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ The library is published to Maven Central.
4949
<dependency>
5050
<groupId>dev.jcputney</groupId>
5151
<artifactId>elearning-module-parser</artifactId>
52-
<version>1.0.0-SNAPSHOT</version>
52+
<version>1.0.0</version>
5353
</dependency>
5454
```
5555

5656
### Gradle (Kotlin DSL)
5757

5858
```kotlin
59-
implementation("dev.jcputney:elearning-module-parser:1.0.0-SNAPSHOT")
59+
implementation("dev.jcputney:elearning-module-parser:1.0.0")
6060
```
6161

6262
### Optional dependencies

0 commit comments

Comments
 (0)