Skip to content

Commit

Permalink
Merge pull request #34 from fumito-ito/feature/version-bump
Browse files Browse the repository at this point in the history
version bump to 1.0.0
  • Loading branch information
fumito-ito authored Aug 12, 2022
2 parents d0ad312 + 484d9a2 commit 60f1391
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 @@ -116,7 +116,7 @@ func application(_ application: UIApplication, didFinishLaunchWithOptions launch
Just add your `Cartfile`

```ruby
github "fumito-ito/SwiftyInAppMessaging" ~> 0.5.1
github "fumito-ito/SwiftyInAppMessaging" ~> 1.0.0
```

and run `carthage update`
Expand All @@ -132,7 +132,7 @@ let package = Package(
name: "MyPackage",
products: [...],
dependencies: [
.package(url: "https://github.com/fumito-ito/SwiftyInAppMessaging.git", .upToNextMajor(from: "0.5.1"))
.package(url: "https://github.com/fumito-ito/SwiftyInAppMessaging.git", .upToNextMajor(from: "1.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 = "0.5.1"
spec.version = "1.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 60f1391

Please sign in to comment.