Bump version to 1.0.0-rc.1 (#4454)

This commit is contained in:
Per Liedman 2016-04-18 09:26:02 +02:00
parent 8e3e53319e
commit c22ee29d79
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "leaflet",
"version": "1.0.0-beta.2",
"version": "1.0.0-rc.1",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^1.5.1",

View File

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