Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Feb 16, 2021
1 parent 1e81b15 commit 321d322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("com.alialbaali.kamel:kamel-image:0.1.0")
implementation("com.alialbaali.kamel:kamel-image:0.1.1")
// ...
}
}
Expand All @@ -57,7 +57,7 @@ Add the dependency to the dependencies block:

```kotlin
dependencies {
implementation("com.alialbaali.kamel:kamel-image:0.1.0")
implementation("com.alialbaali.kamel:kamel-image:0.1.1")
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {

ext {
set("GroupId", "com.alialbaali.kamel")
set("Version", "0.1.1-SNAPSHOT")
set("Version", "0.1.1")
}

val file = project.file("local.properties")
Expand Down

0 comments on commit 321d322

Please sign in to comment.