Skip to content

Commit 319c019

Browse files
committed
[README] Update version numbers in README to 4.0
[ci skip]
1 parent d4e5028 commit 319c019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Linking the Framework
1212

1313
Synchronized is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
1414

15-
pod "Synchronized", "~> 2.0"
16-
15+
pod "Synchronized", "~> 4.0"
16+
1717
You can also use [Carthage](https://github.com/Carthage/Carthage) to fetch it from GitHub:
1818

19-
github "ide/Synchronized" ~> 2.0
19+
github "ide/Synchronized" ~> 4.0
2020

2121
Once the framework is linked this Swift code should compile:
2222
```swift

0 commit comments

Comments
 (0)