Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Nov 18, 2018
1 parent 5aba518 commit 2d104a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -13,9 +13,9 @@
<meta property="og:site_name" content="chartjs-plugin-style" />
<meta name="twitter:site" content="@nagix" />
<meta name="theme-color" content="#ffffff">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js"></script>
<script type="text/javascript" src="https://github.com/chartjs/chartjs-plugin-deferred/releases/download/v1.0.1/chartjs-plugin-deferred.js"></script>
<script type="text/javascript" src="https://github.com/nagix/chartjs-plugin-style/releases/download/v0.3.1/chartjs-plugin-style.min.js"></script>
<script type="text/javascript" src="https://github.com/nagix/chartjs-plugin-style/releases/download/v0.3.2/chartjs-plugin-style.min.js"></script>
</head>
<body>
<section id="hero-spot" class="hero-spot">
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "chartjs-plugin-style",
"version": "0.3.1",
"version": "0.3.2",
"description": "Chart.js plugin for more styling options",
"main": "dist/chartjs-plugin-style.js",
"directories": {
Expand Down

0 comments on commit 2d104a7

Please sign in to comment.