Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
release v2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 7, 2015
1 parent d99e2da commit c0eb6f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You don't need to do this when using the standalone build because it installs it
## CDN
jsdelivr
```html
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.5/vue-validator.min.js"></script>
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.6/vue-validator.min.js"></script>
```


Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-validator v2.0.0-alpha.5
* vue-validator v2.0.0-alpha.6
* (c) 2015 kazuya kawaguchi
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-validator v2.0.0-alpha.5
* vue-validator v2.0.0-alpha.6
* (c) 2015 kazuya kawaguchi
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-validator",
"description": "Validator component for Vue.js",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down

0 comments on commit c0eb6f4

Please sign in to comment.