Skip to content

Commit

Permalink
chore: bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Jun 3, 2020
1 parent a35c765 commit 40a7214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.4.1",
"version": "1.5.0",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.4.1';
frappe.VERSION = '1.5.0';

frappe = Object.assign({ }, frappe, Charts);

Expand Down

0 comments on commit 40a7214

Please sign in to comment.