diff --git a/README.md b/README.md index cccf3e4..f704a25 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ * ...or include within your HTML ```html - + ``` #### Usage diff --git a/docs/index.html b/docs/index.html index df0e1e5..ca63431 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,7 +53,7 @@
And include it in your project
import Chart from "frappe-charts/dist/frappe-charts.min.esm"
... or include it directly in your HTML
- <script src="https://unpkg.com/frappe-charts@0.0.3/dist/frappe-charts.min.iife.js"></script>
+ <script src="https://unpkg.com/frappe-charts@0.0.5/dist/frappe-charts.min.iife.js"></script>
Make a new Chart
<!--HTML-->
<div id="chart"></div>
diff --git a/package.json b/package.json
index 5363a47..b38d3f7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",