Skip to content

Commit e00221b

Browse files
committed
Use 1.1 version instead of 1.0 in README
1 parent dcc9c73 commit e00221b

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

4848
Then run `carthage update`.
4949

0 commit comments

Comments
 (0)