Skip to content

Commit

Permalink
chore: bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Jun 30, 2020
1 parent d3eabea commit a02c79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.5.0",
"version": "1.5.1",
"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
Expand Up @@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

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

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

Expand Down

0 comments on commit a02c79c

Please sign in to comment.