Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Jan 14, 2023
1 parent f24995d commit 7842869
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.7")
implementation("dev.erikchristensen.javamath2kmp:javamath2kmp:1.0")
```
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=1.0

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

0 comments on commit 7842869

Please sign in to comment.