chore: bump to 1.3.0

This commit is contained in:
Shivam Mishra 2019-09-22 19:25:41 +05:30
parent eb7925a789
commit 39211a406d
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.2.4';
frappe.VERSION = '1.3.0';
frappe = Object.assign({ }, frappe, Charts);