Skip to content

Commit

Permalink
Merge pull request #36 from fumito-ito/feature/version-bump
Browse files Browse the repository at this point in the history
update to 1.1.0
  • Loading branch information
fumito-ito authored Aug 15, 2022
2 parents e0b3bda + ce13f2d commit a0a4931
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.0.0
github "fumito-ito/SwiftyInAppMessaging" ~> 1.1.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.0.0"))
.package(url: "https://github.com/fumito-ito/SwiftyInAppMessaging.git", .upToNextMajor(from: "1.1.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.0.0"
spec.version = "1.1.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 a0a4931

Please sign in to comment.