Skip to content

Commit

Permalink
💎 release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 23, 2018
1 parent 497f0d7 commit be7d4c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# change log

# 1.0.4 - unreleased
# 1.0.3 - 23.02.2018

added word map from echarts
2 changes: 1 addition & 1 deletion echarts-countries-js/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '1.0.2';
var version = '1.0.3';
function load_ipython_extension() {
console.log("echarts-countries-js " + version + " has been loaded");
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-countries-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Packages all countries for front end developers",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit be7d4c5

Please sign in to comment.