Skip to content

Commit

Permalink
Bump version to 2.1.4_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloborges committed Nov 22, 2014
1 parent a3144e7 commit 9f08265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## 2.1.4_1

* Make `Mapbox.load()` an idempotent function.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Mapbox.js for [Meteor](https://www.meteor.com/) apps. Current Mapbox version: `2
## Install

$ cd to/my/meteor/project
$ meteor add pauloborges:[email protected].4
$ meteor add pauloborges:[email protected].4_1

or (if you want to modify the code):

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Package.describe({
name: 'pauloborges:mapbox',
summary: 'Mapbox.js for Meteor apps',
version: '2.1.4',
version: '2.1.4_1',
git: 'https://github.com/pauloborges/meteor-mapbox.git'
});

Expand Down

0 comments on commit 9f08265

Please sign in to comment.