Skip to content

Commit

Permalink
Merge pull request #19 from grandcentrix/release-1.5.0
Browse files Browse the repository at this point in the history
release 1.5.0
  • Loading branch information
James Hutchby authored Jul 20, 2021
2 parents b231584 + 1b79443 commit a80de12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" "6.2.0"
github "grandcentrix/GCXMulticastDNSKit" "v1.3.1"
github "grandcentrix/GCXMulticastDNSKit" "v1.4.0"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/grandcentrix/GCXMulticastDNSKit.git", .upToNextMinor(from: "1.3.1"))
.package(url: "https://github.com/grandcentrix/GCXMulticastDNSKit.git", .upToNextMinor(from: "1.4.0"))
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a simple RxSwift wrapper for GCXMulticastDNSKit.

## Requirements

[RxSwift](https://github.com/ReactiveX/RxSwift) @ v6.x [GCXMulticastDNSKit](https://github.com/grandcentrix/GCXMulticastDNSKit) @ v1.3.1
[RxSwift](https://github.com/ReactiveX/RxSwift) @ v6.x [GCXMulticastDNSKit](https://github.com/grandcentrix/GCXMulticastDNSKit) @ v1.4.0

## Usage
```swift
Expand Down Expand Up @@ -46,7 +46,7 @@ Discovery.rx.service(configurations: [ configuration ] ).subscribe(onNext: { res
Add the following entry to your package's dependencies:

```
.Package(url: "https://github.com/grandcentrix/RxGCXMulticastDNSKit.git", .upToNextMajor(from: "1.4.0")))
.Package(url: "https://github.com/grandcentrix/RxGCXMulticastDNSKit.git", .upToNextMajor(from: "1.5.0")))
```

### Carthage
Expand Down
4 changes: 2 additions & 2 deletions RxGCXMulticastDNSKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RxGCXMulticastDNSKit"
spec.version = "1.4.0"
spec.version = "1.5.0"
spec.summary = "RxSwift wrapper for GCXMulticastDNSKit."
spec.homepage = "https://github.com/grandcentrix/RxGCXMulticastDNSKit"
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "9.0"
spec.source = { git: "https://github.com/grandcentrix/RxGCXMulticastDNSKit.git", tag: "v#{spec.version}"}
spec.source_files = "RxGCXMulticastDNSKit/**/*.{swift}"
spec.dependency "GCXMulticastDNSKit", "~> 1.3.0"
spec.dependency "GCXMulticastDNSKit", "~> 1.4.0"
spec.dependency "RxSwift", "~> 6.0.0"
spec.swift_version = "5.0"
end
4 changes: 2 additions & 2 deletions RxGCXMulticastDNSKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.5.0;
PRODUCT_BUNDLE_IDENTIFIER = net.grandcentrix.RxGCXMulticastDNSKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -450,7 +450,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.5.0;
PRODUCT_BUNDLE_IDENTIFIER = net.grandcentrix.RxGCXMulticastDNSKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit a80de12

Please sign in to comment.