Skip to content

Commit

Permalink
build: bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Nov 11, 2024
1 parent 196dfd4 commit f5f9af5
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 @@ -30,7 +30,7 @@
Add these dependencies to your project:
```kotlin
dependencies {
implementation("io.github.vyfor:groq-kt:0.0.1")
implementation("io.github.vyfor:groq-kt:0.1.0")
/* required */
implementation("io.ktor:ktor-client-$engine:$version")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

group = "io.github.vyfor"

version = "0.0.1"
version = "0.1.0"

repositories { mavenCentral() }

Expand Down

0 comments on commit f5f9af5

Please sign in to comment.