Skip to content

Commit 2dfd629

Browse files
committed
Refer to 1.4 version of BBD in README
1 parent 6ceff26 commit 2dfd629

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.3.0")
25+
from: "1.4.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.3'` and `use_frameworks!` to your Podfile.
40+
Add `pod 'BitByteData', '~> 1.4'` 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.3`.
46+
Add to your Cartfile `github "tsolomko/BitByteData" ~> 1.4`.
4747

4848
Then run `carthage update`.
4949

0 commit comments

Comments
 (0)