Skip to content

Commit

Permalink
chore: Bump version to fix faulty publish
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Jul 18, 2022
1 parent f2d2eb1 commit ea95aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ea95aec

Please sign in to comment.