From 809bc2c43c292bf3d161765dd43eee943d2babb2 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Sat, 9 May 2020 18:09:11 +0530 Subject: [PATCH] chore: bump to 1.4.1 --- package.json | 2 +- src/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbabfea..d0606e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frappe-charts", - "version": "1.4.0", + "version": "1.4.1", "description": "https://frappe.github.io/charts", "main": "dist/frappe-charts.min.cjs.js", "module": "dist/frappe-charts.min.esm.js", diff --git a/src/js/index.js b/src/js/index.js index 65ec165..b13bb9b 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -3,7 +3,7 @@ import * as Charts from './chart'; let frappe = { }; frappe.NAME = 'Frappe Charts'; -frappe.VERSION = '1.4.0'; +frappe.VERSION = '1.4.1'; frappe = Object.assign({ }, frappe, Charts);