Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Oct 16, 2022
1 parent 1498dde commit 968649d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func application(_ application: UIApplication, didFinishLaunchWithOptions launch
Just add your `Cartfile`

```ruby
github "fumito-ito/SwiftyInAppMessaging" ~> 1.1.3
github "fumito-ito/SwiftyInAppMessaging" ~> 2.0.0
```

and run `carthage update`
Expand All @@ -120,7 +120,7 @@ let package = Package(
name: "MyPackage",
products: [...],
dependencies: [
.package(url: "https://github.com/fumito-ito/SwiftyInAppMessaging.git", .upToNextMajor(from: "1.1.3"))
.package(url: "https://github.com/fumito-ito/SwiftyInAppMessaging.git", .upToNextMajor(from: "2.0.0"))
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion SwiftyInAppMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |spec|

spec.name = "SwiftyInAppMessaging"
spec.version = "1.1.3"
spec.version = "2.0.0"
spec.summary = "The easiest way to use your customized view and In-App Messaging's default view."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 968649d

Please sign in to comment.