diff --git a/src/js/index.js b/src/js/index.js index f8c0303..59cfac0 100644 --- a/src/js/index.js +++ b/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);