chore: Bump version to fix faulty publish

This commit is contained in:
Suraj Shetty 2022-07-18 14:22:08 +05:30
parent f2d2eb1e9e
commit ea95aece5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "2.0.0-rc21",
"version": "2.0.0-rc22",
"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-rc21';
frappe.VERSION = '2.0.0-rc22';
frappe = Object.assign({ }, frappe, Charts);