Browse Source

chore: bump to rc18

pull/347/head
Shivam Mishra 4 years ago
committed by GitHub
parent
commit
a765508bbd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json View File

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


+ 1
- 1
src/js/index.js View File

@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc17';
frappe.VERSION = '2.0.0-rc18';

frappe = Object.assign({ }, frappe, Charts);


Loading…
Cancel
Save