chore: Bump version to fix faulty publish
This commit is contained in:
parent
f2d2eb1e9e
commit
ea95aece5a
@ -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",
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user