Skip to content

Commit

Permalink
set version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutchby committed Jul 20, 2021
1 parent 3c016a4 commit 1b79443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion 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 Down
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 1b79443

Please sign in to comment.