diff --git a/README.md b/README.md index 9520318..86bc66c 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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")) ] ) ``` diff --git a/SwiftyInAppMessaging.podspec b/SwiftyInAppMessaging.podspec index 924ddfa..b093022 100644 --- a/SwiftyInAppMessaging.podspec +++ b/SwiftyInAppMessaging.podspec @@ -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.