fix: version in index.js

This commit is contained in:
Shivam Mishra 2019-05-28 17:40:50 +05:30
parent 269c444763
commit e3c5397cf4

View File

@ -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);