Skip to content

Commit

Permalink
Version bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 9, 2018
1 parent cffdfe5 commit c22d26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Include the charting library and the Chartkick library

```html
<script src="https://unpkg.com/[email protected]/dist/Chart.bundle.js"></script>
<script src="https://unpkg.com/vue-chartkick@0.4.0"></script>
<script src="https://unpkg.com/vue-chartkick@0.5.0"></script>
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-chartkick",
"version": "0.4.0",
"version": "0.5.0",
"description": "Create beautiful JavaScript charts with one line of Vue",
"main": "dist/vue-chartkick.js",
"module": "dist/vue-chartkick.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let createComponent = function(Vue, tagName, chartType) {
}

const VueChartkick = {
version: "0.4.0",
version: "0.5.0",
install: function(Vue, options) {
if (options && options.adapter) {
Chartkick.addAdapter(options.adapter)
Expand Down

0 comments on commit c22d26a

Please sign in to comment.