Skip to content

Commit

Permalink
バージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
hosokawat committed Dec 8, 2019
1 parent ea3e2fb commit 407966d
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 @@ -42,7 +42,7 @@ masterブランチの最新版をダウンロードしてください。
headタグ内に次のコードを貼り付けてください。
``` html
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].4/v-ajax-form.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].5/v-ajax-form.min.js'></script>
```

### npm
Expand Down
2 changes: 1 addition & 1 deletion README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Also download [axios](https://github.com/axios/axios).
Paste the following code inside the head tag.
``` html
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].4/v-ajax-form.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/hosokawat/[email protected].5/v-ajax-form.min.js'></script>
```

### npm
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": "v-ajax-form",
"version": "1.0.4",
"version": "1.0.5",
"description": "vue.js component plug-in to make Form tag compatible with ajax request",
"main": "v-ajax-form.js",
"scripts": {
Expand Down

0 comments on commit 407966d

Please sign in to comment.