Skip to content

Commit 1b5ed4e

Browse files
committed
Refer to BitByteData 1.3.0 version in README
1 parent 05dc97c commit 1b5ed4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
name: "PackageName",
2323
dependencies: [
2424
.package(url: "https://github.com/tsolomko/BitByteData.git",
25-
from: "1.2.0")
25+
from: "1.3.0")
2626
],
2727
targets: [
2828
.target(
@@ -37,13 +37,13 @@ More details you can find in [Swift Package Manager's Documentation](https://git
3737

3838
### CocoaPods
3939

40-
Add `pod 'BitByteData', '~> 1.2'` and `use_frameworks!` to your Podfile.
40+
Add `pod 'BitByteData', '~> 1.3'` and `use_frameworks!` to your Podfile.
4141

4242
To complete installation, run `pod install`.
4343

4444
### Carthage
4545

46-
Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.2`.
46+
Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.3`.
4747

4848
Then run `carthage update`.
4949

0 commit comments

Comments
 (0)