We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc9c73 commit e00221bCopy full SHA for e00221b
1 file changed
README.md
@@ -22,7 +22,7 @@ let package = Package(
22
name: "PackageName",
23
dependencies: [
24
.package(url: "https://github.com/tsolomko/BitByteData.git",
25
- from: "1.0.0")
+ from: "1.1.0")
26
],
27
targets: [
28
.target(
@@ -37,13 +37,13 @@ More details you can find in [Swift Package Manager's Documentation](https://git
37
38
### CocoaPods
39
40
-Add `pod 'BitByteData', '~> 1.0'` and `use_frameworks!` to your Podfile.
+Add `pod 'BitByteData', '~> 1.1'` and `use_frameworks!` to your Podfile.
41
42
To complete installation, run `pod install`.
43
44
### Carthage
45
46
-Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.0`.
+Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.1`.
47
48
Then run `carthage update`.
49
0 commit comments