Skip to content

Commit

Permalink
Prepare for 0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Dec 15, 2021
1 parent 0a63779 commit e7095b6
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.2")
implementation("dev.erikchristensen.javamath2kmp:javamath2kmp:0.4.4")
```
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.4

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

0 comments on commit e7095b6

Please sign in to comment.