소스 검색

fix: version in index.js

tags/1.2.3
Shivam Mishra 6 년 전
부모
커밋
e3c5397cf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/js/index.js

+ 1
- 1
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);


불러오는 중...
취소
저장