瀏覽代碼

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 = { }; let frappe = { };


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


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



Loading…
取消
儲存