Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Rivera committed Nov 25, 2014
1 parent cc18a0e commit b74df7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Demo/NBUKitDemo/NBUKitDemo-Info.plist
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.4.0</string>
<string>2.4.1</string>
<key>FacebookAppID</key>
<string>${FACEBOOK_APPID}</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion NBUKit.podspec
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "NBUKit"
s.version = "2.4.0"
s.version = "2.4.1"
s.summary = "UIKit and NSFoundation convenience categories and subclasses."
s.homepage = "http://cyberagent.github.io/iOS-NBUKit/"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ NBUKit
======

[![Platform: iOS](https://img.shields.io/cocoapods/p/NBUKit.svg?style=flat)](http://cocoadocs.org/docsets/NBUKit/)
[![Version: 2.4.0](https://img.shields.io/cocoapods/v/NBUKit.svg?style=flat)](http://cocoadocs.org/docsets/NBUKit/)
[![Version: 2.4.1](https://img.shields.io/cocoapods/v/NBUKit.svg?style=flat)](http://cocoadocs.org/docsets/NBUKit/)
[![License: Apache 2.0](https://img.shields.io/cocoapods/l/NBUKit.svg?style=flat)](http://cocoadocs.org/docsets/NBUKit/)
[![Dependency Status](https://www.versioneye.com/objective-c/NBUKit/badge.svg?style=flat)](https://www.versioneye.com/objective-c/NBUKit)
[![Build Status](http://img.shields.io/travis/CyberAgent/iOS-NBUKit/master.svg?style=flat)](https://travis-ci.org/CyberAgent/iOS-NBUKit)
Expand Down

0 comments on commit b74df7d

Please sign in to comment.