Skip to content

Commit

Permalink
Merge pull request #23 from loay-ashraf/development
Browse files Browse the repository at this point in the history
v0.0.1 Release!
  • Loading branch information
loay-ashraf committed Apr 6, 2023
2 parents 659269c + 0599a3c commit 9698408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.package(url: "https://github.com/RxSwiftCommunity/RxSwiftExt", .upToNextMajor(from: "6.1.0")),
],
targets: [
.target(name: "RxNetworkKit", dependencies: ["RxSwift", "RxSwiftExt", .product(name: "RxCocoa", package: "RxSwift")], path: "RxNetworkKit"),
.target(name: "RxNetworkKit", dependencies: ["RxSwift", "RxSwiftExt", .product(name: "RxCocoa", package: "RxSwift")], path: "Source"),
],
swiftLanguageVersions: [.v5]
)
File renamed without changes.

0 comments on commit 9698408

Please sign in to comment.