Skip to content

Commit

Permalink
v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed May 9, 2018
1 parent c40080b commit 15c19ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ If you just don't want to use webpack or other bundlers, you can also simply inc
<!-- include Vue 2.x -->
<script src="https://cdn.jsdelivr.net/npm/vue@^2"></script>
<!-- include vue-treeselect & its styles. you can change the version tag to better suit your need. -->
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].24/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].24/dist/vue-treeselect.min.css">
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].26/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].26/dist/vue-treeselect.min.css">
</head>
<body>
<div id="app">
Expand Down
4 changes: 2 additions & 2 deletions docs/partials/getting-started.pug
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ section
<!-- include Vue 2.x -->
<script src="https://cdn.jsdelivr.net/npm/vue@^2"></script>
<!-- include vue-treeselect & its styles. you can change the version tag to better suit your need. -->
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].24/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].24/dist/vue-treeselect.min.css">
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].26/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].26/dist/vue-treeselect.min.css">
</head>
<body>
<div id="app">
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": "@riophae/vue-treeselect",
"version": "0.0.25",
"version": "0.0.26",
"description": "A multi-select component with nested options for Vue.js",
"author": "Riophae Lee <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 15c19ad

Please sign in to comment.