Skip to content

Commit

Permalink
Merge pull request #38 from yukiasai/bump/1.1.0
Browse files Browse the repository at this point in the history
bump 1.1.0
  • Loading branch information
xai3 committed Dec 28, 2016
2 parents 4447ab8 + 37227ee commit c0029a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Shoyu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Shoyu'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = 'MIT'
s.homepage = 'https://github.com/yukiasai/'
s.summary = 'Table view datasource and delegate library in Swift'
Expand Down
4 changes: 2 additions & 2 deletions Shoyu/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions ShoyuExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.9</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1.9</string>
<string>1.1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit c0029a9

Please sign in to comment.