Ver código fonte

fix: version in index.js

tags/1.2.3
Shivam Mishra 6 anos atrás
pai
commit
e3c5397cf4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/js/index.js

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

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


Carregando…
Cancelar
Salvar