Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
closes #49
  • Loading branch information
luca992 committed Jul 28, 2023
1 parent 02bf093 commit 10dc731
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 @@ -49,7 +49,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("media.kamel:kamel-image:0.7.0")
implementation("media.kamel:kamel-image:0.7.1")
// ...
}
}
Expand All @@ -63,7 +63,7 @@ Add the dependency to the dependencies block:

```kotlin
dependencies {
implementation("media.kamel:kamel-image:0.7.0")
implementation("media.kamel:kamel-image:0.7.1")
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Kamel.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object Kamel {
const val Group = "media.kamel"
const val Version = "0.7.1-SNAPSHOT"
const val Version = "0.7.1"
}

0 comments on commit 10dc731

Please sign in to comment.