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