From 96eaad84d1fac4408a940d558c4eb67620f5b1cc Mon Sep 17 00:00:00 2001 From: Luca Spinazzola Date: Sat, 25 May 2024 16:56:20 -0400 Subject: [PATCH] v0.9.5 --- README.md | 8 ++++---- gradle.properties | 2 +- kamel-sample-ios/Podfile.lock | 4 ++-- kamel-samples/kamel_samples.podspec | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6d98b0c8..8cf4a0f7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Version](https://img.shields.io/maven-central/v/media.kamel/kamel-core?label=version&color=blue)](https://search.maven.org/search?q=media.kamel) [![Snapshot](https://img.shields.io/nexus/s/media.kamel/kamel-core?label=snapshot&server=https%3A%2F%2Fs01.oss.sonatype.org)](https://s01.oss.sonatype.org/content/repositories/snapshots/media/kamel/) [![License](https://img.shields.io/github/license/alialbaali/kamel)](http://www.apache.org/licenses/LICENSE-2.0) -[![Kotlin](https://img.shields.io/badge/kotlin-v1.9.23-blue.svg?logo=kotlin)](http://kotlinlang.org) -[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-v1.6.1-blue)](https://github.com/JetBrains/compose-multiplatform) +[![Kotlin](https://img.shields.io/badge/kotlin-v2.0.0-blue.svg?logo=kotlin)](http://kotlinlang.org) +[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-v1.6.10-blue)](https://github.com/JetBrains/compose-multiplatform) Kamel is an asynchronous media loading library for [Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform). It provides a simple, customizable and efficient way to load, cache, decode and display images in your application. By default, it uses @@ -50,7 +50,7 @@ kotlin { sourceSets { commonMain { dependencies { - implementation("media.kamel:kamel-image:0.9.4") + implementation("media.kamel:kamel-image:0.9.5") // ... } } @@ -64,7 +64,7 @@ Add the dependency to the dependencies block: ```kotlin dependencies { - implementation("media.kamel:kamel-image:0.9.4") + implementation("media.kamel:kamel-image:0.9.5") // ... } ``` diff --git a/gradle.properties b/gradle.properties index 127855d1..2c4bcd02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.jetbrains.compose.experimental.macos.enabled=true org.jetbrains.compose.experimental.uikit.enabled=true GROUP=media.kamel -VERSION_NAME=0.9.4 +VERSION_NAME=0.9.5 SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true \ No newline at end of file diff --git a/kamel-sample-ios/Podfile.lock b/kamel-sample-ios/Podfile.lock index 3df642e8..7ef3a812 100644 --- a/kamel-sample-ios/Podfile.lock +++ b/kamel-sample-ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - kamel_samples (0.9.4) + - kamel_samples (0.9.5) DEPENDENCIES: - kamel_samples (from `../kamel-samples`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../kamel-samples" SPEC CHECKSUMS: - kamel_samples: 8f41235b1db8f132a2516055df99ff7d1ea2a22a + kamel_samples: 3548c59630734431ef1c4bc206ca53ec9dcacfff PODFILE CHECKSUM: a278bceddd0e3759d316e6207cd9edefd5d4d855 diff --git a/kamel-samples/kamel_samples.podspec b/kamel-samples/kamel_samples.podspec index 5c4a5dff..6d97f42d 100644 --- a/kamel-samples/kamel_samples.podspec +++ b/kamel-samples/kamel_samples.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'kamel_samples' - spec.version = '0.9.4' + spec.version = '0.9.5' spec.homepage = 'https://github.com/Kamel-Media/Kamel' spec.source = { :http=> ''} spec.authors = ''