Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
fixes #63
  • Loading branch information
luca992 committed Oct 18, 2023
1 parent 98b0061 commit 05c859b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.8.0")
implementation("media.kamel:kamel-image:0.8.1")
// ...
}
}
Expand All @@ -63,7 +63,7 @@ Add the dependency to the dependencies block:

```kotlin
dependencies {
implementation("media.kamel:kamel-image:0.8.0")
implementation("media.kamel:kamel-image:0.8.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.8.1-SNAPSHOT"
const val Version = "0.8.1"
}
4 changes: 2 additions & 2 deletions kamel-sample-ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- kamel_samples (0.8.0)
- kamel_samples (0.8.1)

DEPENDENCIES:
- kamel_samples (from `../kamel-samples`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../kamel-samples"

SPEC CHECKSUMS:
kamel_samples: 3d72b8a4819fa42ef0fa9d34bb94d5198ba4fc6f
kamel_samples: d1adea034603072f1dd62c794d743e0edae1f6d7

PODFILE CHECKSUM: a278bceddd0e3759d316e6207cd9edefd5d4d855

Expand Down
2 changes: 1 addition & 1 deletion kamel-samples/kamel_samples.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kamel_samples'
spec.version = '0.8.0'
spec.version = '0.8.1'
spec.homepage = 'https://github.com/Kamel-Media/Kamel'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 05c859b

Please sign in to comment.