Skip to content

Commit

Permalink
Merge pull request #43 from soil-kt/release/1.0.0-alpha03
Browse files Browse the repository at this point in the history
Release 1.0.0-alpha03
  • Loading branch information
ogaclejapan authored Jun 30, 2024
2 parents 8c3d953 + d69389c commit a0da8cd
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 @@ -35,7 +35,7 @@ Soil is available on `mavenCentral()`.

```kts
dependencies {
val soil = "1.0.0-alpha02"
val soil = "1.0.0-alpha03"
implementation("com.soil-kt.soil:query-core:$soil")
implementation("com.soil-kt.soil:query-compose:$soil")
implementation("com.soil-kt.soil:query-compose-runtime:$soil")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin.mpp.enableCInteropCommonization=true
development=true
#Product
group=com.soil-kt.soil
version=1.0.0-alpha02
version=1.0.0-alpha03
androidCompileSdk=34
androidTargetSdk=34
androidMinSdk=23
Expand Down

0 comments on commit a0da8cd

Please sign in to comment.