diff --git a/README.md b/README.md index 0ace6d9..03e8c12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RxGCXMulticastDNSKit.podspec b/RxGCXMulticastDNSKit.podspec index 7ba2f11..b63a3e6 100644 --- a/RxGCXMulticastDNSKit.podspec +++ b/RxGCXMulticastDNSKit.podspec @@ -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' } diff --git a/RxGCXMulticastDNSKit.xcodeproj/project.pbxproj b/RxGCXMulticastDNSKit.xcodeproj/project.pbxproj index 5c57f30..584f68c 100644 --- a/RxGCXMulticastDNSKit.xcodeproj/project.pbxproj +++ b/RxGCXMulticastDNSKit.xcodeproj/project.pbxproj @@ -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; @@ -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;