Version bump to 1.0.1

This commit is contained in:
Iván Sánchez Ortega 2016-09-30 12:52:53 +02:00
parent 60b35c0920
commit 9a1d786075
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "leaflet", "name": "leaflet",
"version": "1.0.0", "version": "1.0.1",
"description": "JavaScript library for mobile-friendly interactive maps", "description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": { "devDependencies": {
"eslint": "^3.5.0 <3.6.0", "eslint": "^3.5.0 <3.6.0",

View File

@ -1,6 +1,6 @@
var L = { var L = {
version: '1.0.0' version: '1.0.1'
}; };
function expose() { function expose() {