Skip to content

Commit

Permalink
Prepare for 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Apr 4, 2022
1 parent 1548e0c commit c66108e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Floor division and floor modulus were added to the standard library in 1.5, but
#### Gradle Setup

```kotlin
implementation("dev.erikchristensen.javamath2kmp:javamath2kmp:0.4.4")
implementation("dev.erikchristensen.javamath2kmp:javamath2kmp:0.4.5")
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=dev.erikchristensen.javamath2kmp
version=0.5.0-SNAPSHOT
version=0.4.5

snapshotRepositoryUrl=https://oss.sonatype.org/content/repositories/snapshots
releaseRepositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2
Expand Down

0 comments on commit c66108e

Please sign in to comment.