Bump to v1.0.4

This commit is contained in:
Yannick Loriot 2016-10-17 16:06:55 +02:00
parent 1d9c9c4ab3
commit d9b19b1535
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>

View File

@ -166,7 +166,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Reactions', '~> 1.0.3'
pod 'Reactions', '~> 1.0.4'
```
Install into your project:
@ -197,7 +197,7 @@ $ brew install carthage
To integrate `Reactions` into your Xcode project using Carthage, specify it in your `Cartfile` file:
```ogdl
github "yannickl/Reactions" >= 1.0.3
github "yannickl/Reactions" >= 1.0.4
```
#### Swift Package Manager
@ -210,7 +210,7 @@ let package = Package(
name: "YOUR_PROJECT_NAME",
targets: [],
dependencies: [
.Package(url: "https://github.com/yannickl/Reactions.git", versions: "1.0.3" ..< Version.max)
.Package(url: "https://github.com/yannickl/Reactions.git", versions: "1.0.4" ..< Version.max)
]
)
```

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Reactions'
s.version = '1.0.3'
s.version = '1.0.4'
s.license = 'MIT'
s.summary = 'Fully customizable Facebook reactions control'
s.homepage = 'https://github.com/yannickl/Reactions'