Skip to content

Commit

Permalink
1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed May 31, 2024
1 parent 5dfd365 commit af2c005
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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-default:1.0.0-beta.3")
implementation("media.kamel:kamel-image-default:1.0.0-beta.6")
// ...
}
}
Expand All @@ -64,7 +64,7 @@ Add the dependency to the dependencies block:

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

GROUP=media.kamel
VERSION_NAME=1.0.0-beta.6-SNAPSHOT
VERSION_NAME=1.0.0-beta.6

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 (1.0.0-beta.6-SNAPSHOT)
- kamel_samples (1.0.0-beta.6)

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

SPEC CHECKSUMS:
kamel_samples: b9fcf06a834c6742ee9064cf5c5f5a3c40c7b3d4
kamel_samples: 7c906c5a1f294727fcf7d28d01b7b10ebe887027

PODFILE CHECKSUM: a278bceddd0e3759d316e6207cd9edefd5d4d855

Expand Down
4 changes: 2 additions & 2 deletions 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 = '1.0.0-beta.6-SNAPSHOT'
spec.version = '1.0.0-beta.6'
spec.homepage = 'https://github.com/Kamel-Media/Kamel'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |spec|
fi
set -ev
REPO_ROOT="$PODS_TARGET_SRCROOT"
"$REPO_ROOT/../../../../../private/var/folders/q4/bk4942ys3g5_gsbchw20c6k00000gn/T/wraploc/gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
"$REPO_ROOT/../../../../../private/var/folders/q4/bk4942ys3g5_gsbchw20c6k00000gn/T/wrap2loc/gradlew" -p "$REPO_ROOT" $KOTLIN_PROJECT_PATH:syncFramework \
-Pkotlin.native.cocoapods.platform=$PLATFORM_NAME \
-Pkotlin.native.cocoapods.archs="$ARCHS" \
-Pkotlin.native.cocoapods.configuration="$CONFIGURATION"
Expand Down

0 comments on commit af2c005

Please sign in to comment.