Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Sep 30, 2017
1 parent 3a034b8 commit 2c1ebda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/hanzi-writer-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -6597,7 +6597,7 @@ exports.default = function (char, onLoad) {
// otherwise this may break any existing hanzi-writer deploys in the wild
var DATA_VERSION = 2;
var getCharDataUrl = function getCharDataUrl(char) {
return 'http://chanind.github.io/hanzi-writer/cdn/' + DATA_VERSION + '/data/' + char + '.json';
return 'https://chanind.github.io/hanzi-writer/cdn/' + DATA_VERSION + '/data/' + char + '.json';
};
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(48)))

Expand Down
2 changes: 1 addition & 1 deletion dist/hanzi-writer-lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hanzi-writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6596,7 +6596,7 @@ exports.default = function (char, onLoad) {
// otherwise this may break any existing hanzi-writer deploys in the wild
var DATA_VERSION = 2;
var getCharDataUrl = function getCharDataUrl(char) {
return 'http://chanind.github.io/hanzi-writer/cdn/' + DATA_VERSION + '/data/' + char + '.json';
return 'https://chanind.github.io/hanzi-writer/cdn/' + DATA_VERSION + '/data/' + char + '.json';
};
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(48)))

Expand Down
2 changes: 1 addition & 1 deletion dist/hanzi-writer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hanzi-writer",
"version": "0.2.0",
"version": "0.2.1",
"author": "David Chanin <[email protected]> (http://chanind.github.io/hanzi-writer/)",
"description": "Hanzi Writer is a free and open-source javascript library for both animating simplified Chinese characters and quizzing users on character stroke order.",
"repository": "chanind/hanzi-writer",
Expand Down

0 comments on commit 2c1ebda

Please sign in to comment.