Skip to content

Commit 8d2cddb

Browse files
committed
Set version tags to 0.13.0
1 parent dbd9465 commit 8d2cddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Shareloc",
3-
"version": "0.12.1-dev",
3+
"version": "0.13.0",
44
"description": "Shareloc - the free and open map API based on OpenLayers.",
55
"repository": "https://github.com/meggsimum/shareloc.git",
66
"license": "https://github.com/meggsimum/shareloc/blob/master/LICENSE",

src/shareloc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
* @type {String}
1010
* @default
1111
*/
12-
Shareloc.VERSION = "0.12.1-dev";
12+
Shareloc.VERSION = "0.13.0";
1313
})();

0 commit comments

Comments
 (0)