Skip to content

Commit f248862

Browse files
committed
Use final version of BBD 1.2.0
1 parent e0cba7f commit f248862

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "tsolomko/BitByteData" "1.2.0-test.3"
1+
github "tsolomko/BitByteData" ~> 1.2

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
// .package(url: "https://github.com/jakeheis/SwiftCLI",
1414
// from: "5.0.0"),
1515
.package(url: "https://github.com/tsolomko/BitByteData",
16-
from: "1.2.0-test"),
16+
from: "1.2.0"),
1717
],
1818
targets: [
1919
// SWCOMP: Uncomment the lines below to build swcomp example program.

SWCompression.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222

2323
s.swift_version = "4.1"
2424

25-
s.dependency "BitByteData", "~> 1.2.0-test.3"
25+
s.dependency "BitByteData", "~> 1.2.0"
2626

2727
s.subspec "Deflate" do |sp|
2828
sp.source_files = "Sources/{Deflate/*,Common/*}.swift"

0 commit comments

Comments
 (0)