Skip to content

Commit

Permalink
Bumps versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmitchell committed Mar 28, 2020
1 parent 400e578 commit 4690fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.2
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usage on other platforms is outlined [below](#other-platforms)
[Carthage](https://github.com/Carthage/Carthage) is a package manager which either builds projects and provides you with binaries or uses pre-built frameworks from release tags in GitHub. To add ReviewKit to your project, simply specify it in your `Cartfile`:

```ogdl
github "simonmitchell/ReviewKit" ~> 1.1.0
github "simonmitchell/ReviewKit" ~> 1.2.0
```

### Swift Package Manager
Expand All @@ -42,7 +42,7 @@ To add ReviewKit to your project simply add it to your dependencies array:

```swift
dependencies: [
.package(url: "https://github.com/simonmitchell/ReviewKit.git", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/simonmitchell/ReviewKit.git", .upToNextMajor(from: "1.2.0"))
]
```

Expand Down Expand Up @@ -193,4 +193,4 @@ If your platform doesn't support `SKStoreReviewController` you can provide a cus

```swift
requestController.reviewRequester = myCustomRequester
```
```

0 comments on commit 4690fa9

Please sign in to comment.