From f09769c1254a2d7479b7f622238c9fd1039827e2 Mon Sep 17 00:00:00 2001 From: pratu16x7 Date: Tue, 14 Nov 2017 05:19:35 +0530 Subject: [PATCH] build version 0.0.5 --- README.md | 2 +- docs/index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",