We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dc97c commit 1b5ed4eCopy full SHA for 1b5ed4e
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.2.0")
+ from: "1.3.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.2'` and `use_frameworks!` to your Podfile.
+Add `pod 'BitByteData', '~> 1.3'` 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.2`.
+Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.3`.
47
48
Then run `carthage update`.
49
0 commit comments