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 24, 2024
1 parent 280fa6b commit df9417c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4"
spec.version = "0.0.5"
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
2 changes: 1 addition & 1 deletion 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.4'
pod 'OramaCloudClient', '~> 0.0.5'
end
```

Expand Down

0 comments on commit df9417c

Please sign in to comment.