Explorar el Código

fix: version in index.js

tags/1.2.3
Shivam Mishra hace 6 años
padre
commit
e3c5397cf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/js/index.js

+ 1
- 1
src/js/index.js Ver fichero

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


Cargando…
Cancelar
Guardar