Skip to content

Commit

Permalink
Merge pull request #33 from soil-kt/fix_readme_version_badge
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
ogaclejapan committed Jun 2, 2024
2 parents d0feb13 + 77a6638 commit 22de572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Soil](art/Logo.svg)

[![Release](https://img.shields.io/badge/Release-1.0.0--alpha01-62CC6A?style=for-the-badge)](https://github.com/soil-kt/soil)
[![Release](https://img.shields.io/maven-central/v/com.soil-kt.soil/query-core?style=for-the-badge&color=62CC6A)](https://github.com/soil-kt/soil)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=for-the-badge&logo=kotlin)](https://kotlinlang.org)

# Compose-First Power Packs
Expand Down Expand Up @@ -35,7 +35,7 @@ Soil is available on `mavenCentral()`.

```kts
dependencies {
val soil = "1.0.0-alpha01"
val soil = "1.0.0-alpha02"
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

0 comments on commit 22de572

Please sign in to comment.