Skip to content

Commit

Permalink
Merge pull request #44 from fumito-ito/version/bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
fumito-ito authored Oct 16, 2022
2 parents 1498dde + f807142 commit b3d6ace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Lint
run: |
brew install swift-format && swift-format lint -s -r Sources -r Tests
brew update && brew install swift-format && swift-format lint -s -r Sources -r Tests
- name: Build
run: swift build
Expand Down
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 b3d6ace

Please sign in to comment.