Skip to content

Commit

Permalink
publish version 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hinikai committed Mar 21, 2017
1 parent f15860f commit 6592ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/mapv.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(factory((global.mapv = global.mapv || {})));
}(this, (function (exports) { 'use strict';

var version = "2.0.11";
var version = "2.0.12";

/**
* @author kyle / http://nikai.us/
Expand Down
2 changes: 1 addition & 1 deletion build/mapv.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export var version = "2.0.11";
export var version = "2.0.12";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapv",
"version": "2.0.11",
"version": "2.0.12",
"description": "a library of geography visualization",
"main": "build/mapv.js",
"scripts": {
Expand Down

0 comments on commit 6592ebf

Please sign in to comment.