Skip to content

Commit ef34746

Browse files
authored
Merge pull request #23 from grandcentrix/prepare_131_release
Prepare 1.3.1 release
2 parents f3efc99 + eb4bfbf commit ef34746

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0"
3+
spec.version = "1.3.1"
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.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0'
27+
pod 'GCXMulticastDNSKit', :git => 'https://github.com/grandcentrix/GCXMulticastDNSKit.git', :tag => 'v1.3.1'
2828

2929
```
3030

3131
### Carthage
3232

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

3636
```
3737

0 commit comments

Comments
 (0)