Skip to content

Commit

Permalink
0.5.7: Release Time
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Feb 1, 2021
1 parent 576d28d commit f15fbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Lorenz releases can be obtained through Maven Central:
### Gradle

```groovy
implementation 'org.cadixdev:lorenz:0.5.6'
implementation 'org.cadixdev:lorenz:0.5.7'
```

### Maven
Expand All @@ -40,7 +40,7 @@ implementation 'org.cadixdev:lorenz:0.5.6'
<dependency>
<groupId>org.cadixdev</groupId>
<artifactId>lorenz</artifactId>
<version>0.5.6</version>
<version>0.5.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val isSnapshot = version.toString().endsWith("-SNAPSHOT")

allprojects {
group = "org.cadixdev"
version = "0.5.7-SNAPSHOT"
version = "0.5.7"
}

subprojects {
Expand Down

0 comments on commit f15fbeb

Please sign in to comment.