Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Feb 21, 2014
1 parent 4cc5ebb commit 5ea12cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NBUImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "NBUImagePicker"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more."
s.description = "Modular and fully customizable UIImagePickerController replacement with Simulator-compatible AVFondation camera, AssetsLibrary and custom directory assets' browser, and image cropping, filters and gallery. Change element's sizes, position, customize picker workflow, add/remove/rename filters, localize for other languages, use cropping features from other libraries, etc."
s.homepage = "http://cyberagent.github.io/iOS-NBUImagePicker/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NBUImagePicker
==============

[![Pod Platform](https://cocoapod-badges.herokuapp.com/p/NBUImagePicker/badge.svg)](http://cocoadocs.org/docsets/NBUImagePicker/)
[![Version 1.1.0](https://cocoapod-badges.herokuapp.com/v/NBUImagePicker/badge.png)](http://cocoadocs.org/docsets/NBUImagePicker/)
[![Version 1.1.1](https://cocoapod-badges.herokuapp.com/v/NBUImagePicker/badge.png)](http://cocoadocs.org/docsets/NBUImagePicker/)
[![Build Status](https://travis-ci.org/CyberAgent/iOS-NBUImagePicker.png?branch=master)](https://travis-ci.org/CyberAgent/iOS-NBUImagePicker)

Modular and fully customizable UIImagePickerController replacement with Simulator-compatible AVFondation camera, AssetsLibrary and custom directory assets' browser, and image cropping, filters and gallery.
Expand Down
2 changes: 1 addition & 1 deletion Source/NBUImagePicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ @implementation NBUImagePicker

+ (NSString *)version
{
return @"1.1.0";
return @"1.1.1";
}

+ (NSBundle *)bundle
Expand Down

0 comments on commit 5ea12cf

Please sign in to comment.