Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nulrich committed Feb 26, 2017
1 parent ba264a4 commit cd967d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-autocomplete",
"author": "Nicolas Ulrich <github@ulrich.co> (https://github.com/nulrich)",
"description": "React Native Component for MLPAutoCompleteTextField",
"version": "0.2.2",
"version": "0.3.0",
"main": "RCTAutoComplete.ios.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion react-native-autocomplete.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-autocomplete"
s.version = "0.1.1"
s.version = "0.3.0"
s.summary = "React Native Component for MLPAutoCompleteTextField"
s.requires_arc = true
s.author = { 'Nicolas Ulrich' => 'github@ulrich.co' }
Expand Down

0 comments on commit cd967d4

Please sign in to comment.