Skip to content

Commit

Permalink
Merge pull request #29 from grandcentrix/release-1.4.0
Browse files Browse the repository at this point in the history
release 1.4.0
  • Loading branch information
James Hutchby authored Jul 20, 2021
2 parents c61e171 + 654f914 commit 85185cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GCXMulticastDNSKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GCXMulticastDNSKit"
spec.version = "1.3.1"
spec.version = "1.4.0"
spec.summary = "mDNS discovery framework for iOS."
spec.homepage = "https://github.com/grandcentrix/GCXMulticastDNSKit"
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
Expand Down
2 changes: 1 addition & 1 deletion GCXMulticastDNSKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GCXMulticastDNSKit
[![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/)
[![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/)


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

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

```

### Carthage

```ruby
git "https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~> 1.3.1
git "https://github.com/grandcentrix/GCXMulticastDNSKit.git" ~> 1.4.0

```

Expand Down

0 comments on commit 85185cb

Please sign in to comment.