From 58692e50821cb9afdc62eefbe8102b253c23f731 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Mon, 22 Jul 2024 13:17:31 -0700 Subject: [PATCH] chore: updates version for release --- OramaCloudClient.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OramaCloudClient.podspec b/OramaCloudClient.podspec index 375a0d8..fd08a00 100644 --- a/OramaCloudClient.podspec +++ b/OramaCloudClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "OramaCloudClient" spec.module_name = "OramaCloudClient" - spec.version = "0.0.3" + spec.version = "0.0.4" spec.summary = "Orama Cloud API Client written in Swift." spec.homepage = "https://github.com/askorama/oramacloud-client-swift" spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" } diff --git a/README.md b/README.md index 6e293de..df58bbe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ platform :ios, '10.0' use_frameworks! target '' do - pod 'OramaCloudClient', '~> 0.0.1' + pod 'OramaCloudClient', '~> 0.0.4' end ``` @@ -34,7 +34,7 @@ Add the Orama Cloud repo URL to your `Package.swift` file: ```swift dependencies: [ - .package(url: "https://github.com/askorama/oramacloud-client-swift.git", from: "0.0.1") + .package(url: "https://github.com/askorama/oramacloud-client-swift.git", from: "0.0.4") ] ```