Skip to content

Commit

Permalink
chore: updates version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 22, 2024
1 parent 893403f commit 58692e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OramaCloudClient.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'OramaCloudClient', '~> 0.0.1'
pod 'OramaCloudClient', '~> 0.0.4'
end
```

Expand All @@ -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")
]
```

Expand Down

0 comments on commit 58692e5

Please sign in to comment.