Skip to content

Commit

Permalink
Bump version to 2.1.4_2
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloborges committed Jan 21, 2015
1 parent 6b30a6d commit e56b405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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_1
$ meteor add pauloborges:[email protected].4_2

or (if you want to modify the code):

Expand Down Expand Up @@ -70,4 +70,5 @@ check if it finished loading. This function is reactive.
var map = L.mapbox.map('map', MAP_ID);
}
});
};
};

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_1',
version: '2.1.4_2',
git: 'https://github.com/pauloborges/meteor-mapbox.git'
});

Expand Down

0 comments on commit e56b405

Please sign in to comment.