Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed May 22, 2022
1 parent b71c3f3 commit cfcb1b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ final class ViewModel: ObservableObject {
If you're using Cocoapods, just add this line to your `Podfile`:

```ruby
pod 'SwiftyRemoteConfig`, `~> 0.3.0`
pod 'SwiftyRemoteConfig`, `~> 0.4.0`
```
Install by running this command in your terminal:
Expand All @@ -467,7 +467,7 @@ import SwiftyRemoteConfig
Just add your Cartfile
```
github "fumito-ito/SwiftyRemoteConfig" ~> 0.3.0
github "fumito-ito/SwiftyRemoteConfig" ~> 0.4.0
```
### Swift Package Manager
Expand All @@ -479,7 +479,7 @@ let package = Package(
name: "MyPackage",
products: [...],
dependencies: [
.package(url: "https://github.com/fumito-ito/SwiftyRemoteConfig.git", .upToNextMajor(from: "0.3.0"))
.package(url: "https://github.com/fumito-ito/SwiftyRemoteConfig.git", .upToNextMajor(from: "0.4.0"))
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRemoteConfig.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SwiftyRemoteConfig"
spec.version = "0.3.0"
spec.version = "0.4.0"
spec.summary = "Modern Swift API for FirebaseRemoteConfig"

spec.description = <<-DESC
Expand Down

0 comments on commit cfcb1b7

Please sign in to comment.