Skip to content

Commit

Permalink
Version 1.1.0 (#19)
Browse files Browse the repository at this point in the history
* Version 1.1.0

* Fix readme
  • Loading branch information
boswelja authored Nov 13, 2024
1 parent d9db79b commit 5dd8f40
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 @@ -20,7 +20,7 @@ Check out [the docs](https://boswelja.github.io/kotlin-datatypes/) for details!
kotlin {
sourceSets {
commonMain.dependencies {
val datatypesVersion = "1.3.2"
val datatypesVersion = "1.1.0"

// Add dependency on Bitrate
implementation("io.github.boswelja.datatypes:bitrate:$datatypesVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin.code.style=official
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

# Below here is all packaging details, not build configuration.
version=1.0.0
version=1.1.0
group=io.github.boswelja.datatypes

org.jetbrains.compose.experimental.macos.enabled=true
Expand Down

0 comments on commit 5dd8f40

Please sign in to comment.