Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsudekum committed Jan 13, 2016
1 parent b4812ff commit f553a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/RCTMapboxGL.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RCTMapboxGL"
s.version = "3.1.0"
s.version = "3.1.1"
s.summary = "A Mapbox GL react native module for creating custom maps."
s.homepage = "https://github.com/mapbox/react-native-mapbox-gl#readme"
s.license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-mapbox-gl",
"description": "A Mapbox GL react native module for creating custom maps",
"version": "3.1.0",
"version": "3.1.1",
"author": "Bobby Sudekum",
"keywords": [
"gl",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _A React Native component for building maps with the [Mapbox iOS SDK](https://ww

[![npm version](https://badge.fury.io/js/react-native-mapbox-gl.svg)](https://badge.fury.io/js/react-native-mapbox-gl)

*Current version of `react-native-mapbox-gl@3.0.0` requires `[email protected]`*
*Current version of `react-native-mapbox-gl@3.1.1` requires `[email protected]`*

```
npm install react-native-mapbox-gl --save
Expand Down

0 comments on commit f553a07

Please sign in to comment.