ソースを参照

fix: version in index.js

tags/1.2.3
Shivam Mishra 6年前
コミット
e3c5397cf4
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/js/index.js

+ 1
- 1
src/js/index.js ファイルの表示

@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.1.0';
frappe.VERSION = '1.2.0';

frappe = Object.assign({ }, frappe, Charts);


読み込み中…
キャンセル
保存