Skip to content

Commit

Permalink
Merge pull request #23 from grandcentrix/prepare_131_release
Browse files Browse the repository at this point in the history
Prepare 1.3.1 release
  • Loading branch information
janrose-gcx authored Sep 16, 2020
2 parents f3efc99 + eb4bfbf commit ef34746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0"
spec.version = "1.3.1"
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.0</string>
<string>1.3.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
pod 'GCXMulticastDNSKit', :git => 'https://github.com/grandcentrix/GCXMulticastDNSKit.git', :tag => 'v1.3.1'

```

### Carthage

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

```

Expand Down

0 comments on commit ef34746

Please sign in to comment.