chore: Bump version to rc5

This commit is contained in:
Suraj Shetty 2021-02-02 12:30:29 +05:30
parent ce64f01a8b
commit 9cc7bde398
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "frappe-charts", "name": "frappe-charts",
"version": "2.0.0-rc3", "version": "2.0.0-rc5",
"main": "src/js/chart.js", "main": "src/js/chart.js",
"module": "dist/frappe-charts.esm.js", "module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js", "browser": "dist/frappe-charts.umd.js",

View File

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