chore: bump version

This commit is contained in:
Shivam Mishra 2021-09-21 05:57:59 +00:00 committed by GitHub
parent 8bc8231b21
commit 95a19f09a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "2.0.0-rc19",
"version": "2.0.0-rc20",
"main": "dist/frappe-charts.esm.js",
"module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js",

View File

@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc19';
frappe.VERSION = '2.0.0-rc20';
frappe = Object.assign({ }, frappe, Charts);