Skip to content

Commit 85185cb

Browse files
author
James Hutchby
authored
Merge pull request #29 from grandcentrix/release-1.4.0
release 1.4.0
2 parents c61e171 + 654f914 commit 85185cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

GCXMulticastDNSKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "GCXMulticastDNSKit"
3-
spec.version = "1.3.1"
3+
spec.version = "1.4.0"
44
spec.summary = "mDNS discovery framework for iOS."
55
spec.homepage = "https://github.com/grandcentrix/GCXMulticastDNSKit"
66
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }

GCXMulticastDNSKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.1</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GCXMulticastDNSKit
2-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release](https://img.shields.io/github/release/grandcentrix/GCXMulticastDNSKit.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Cocoapods compatible](https://img.shields.io/cocoapods/v/GCXMulticastDNSKit.svg)](https://cocoapods.org/)
2+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release](https://img.shields.io/github/release/grandcentrix/GCXMulticastDNSKit.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Cocoapods compatible](https://img.shields.io/cocoapods/v/GCXMulticastDNSKit.svg)](https://cocoapods.org/)
33

44

55
Multicast DNS framework for iOS
@@ -24,14 +24,14 @@ This framework currenlty provides functionality to discover services on the loca
2424
```ruby
2525
use_frameworks!
2626

27-
pod 'GCXMulticastDNSKit', :git => 'https://github.com/grandcentrix/GCXMulticastDNSKit.git', :tag => 'v1.3.1'
27+
pod 'GCXMulticastDNSKit', :git => 'https://github.com/grandcentrix/GCXMulticastDNSKit.git', :tag => 'v1.4.0'
2828

2929
```
3030

3131
### Carthage
3232

3333
```ruby
34-
git "https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~> 1.3.1
34+
git "https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~> 1.4.0
3535

3636
```
3737

0 commit comments

Comments
 (0)