Skip to content

Commit

Permalink
v0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
riophae committed Jul 27, 2018
1 parent 360bbc3 commit d306f84
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 @@ -82,8 +82,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].34/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].34/dist/vue-treeselect.min.css">
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].35/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].35/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].34/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].34/dist/vue-treeselect.min.css">
<script src="https://cdn.jsdelivr.net/npm/@riophae/[email protected].35/dist/vue-treeselect.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@riophae/[email protected].35/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.34",
"version": "0.0.35",
"description": "A multi-select component with nested options support for Vue.js",
"author": "Riophae Lee <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d306f84

Please sign in to comment.