Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Feb 23, 2024
1 parent 099724c commit 077b960
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 @@ -50,7 +50,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("media.kamel:kamel-image:0.9.2")
implementation("media.kamel:kamel-image:0.9.3")
// ...
}
}
Expand All @@ -64,7 +64,7 @@ Add the dependency to the dependencies block:

```kotlin
dependencies {
implementation("media.kamel:kamel-image:0.9.2")
implementation("media.kamel:kamel-image:0.9.3")
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true

GROUP=media.kamel
VERSION_NAME=0.9.2
VERSION_NAME=0.9.3

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
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.9.2)
- kamel_samples (0.9.3)

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

SPEC CHECKSUMS:
kamel_samples: a026210977e82844827ea5045b4a1968a912299c
kamel_samples: 4b3cc72607a5cb0763f0ebf1eaa9e718b6e1a66b

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.9.2'
spec.version = '0.9.3'
spec.homepage = 'https://github.com/Kamel-Media/Kamel'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 077b960

Please sign in to comment.