Skip to content

Commit e56b405

Browse files
committed
Bump version to 2.1.4_2
1 parent 6b30a6d commit e56b405

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Mapbox.js for [Meteor](https://www.meteor.com/) apps. Current Mapbox version: `2
55
## Install
66

77
$ cd to/my/meteor/project
8-
$ meteor add pauloborges:mapbox@2.1.4_1
8+
$ meteor add pauloborges:mapbox@2.1.4_2
99

1010
or (if you want to modify the code):
1111

@@ -70,4 +70,5 @@ check if it finished loading. This function is reactive.
7070
var map = L.mapbox.map('map', MAP_ID);
7171
}
7272
});
73-
};
73+
};
74+

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Package.describe({
2323
name: 'pauloborges:mapbox',
2424
summary: 'Mapbox.js for Meteor apps',
25-
version: '2.1.4_1',
25+
version: '2.1.4_2',
2626
git: 'https://github.com/pauloborges/meteor-mapbox.git'
2727
});
2828

0 commit comments

Comments
 (0)