This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
fix: version in index.js
tags/1.2.3
Shivam Mishra
6 years ago
parent
269c444763
commit
e3c5397cf4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/index.js
+ 1
- 1
src/js/index.js
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save