diff --git a/package.json b/package.json index 52f0dbe..5efa59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Shareloc", - "version": "0.9.1-dev", + "version": "0.10.0-dev", "description": "Shareloc - the free and open map API based on OpenLayers 3.", "repository": "https://github.com/meggsimum/shareloc.git", "license": "https://github.com/meggsimum/shareloc/blob/master/LICENSE", diff --git a/src/shareloc.js b/src/shareloc.js index 7e20fc9..018e402 100644 --- a/src/shareloc.js +++ b/src/shareloc.js @@ -9,5 +9,5 @@ * @type {String} * @default */ - Shareloc.VERSION = "0.9.1-dev"; + Shareloc.VERSION = "0.10.0"; })();