Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit abaaf7c

Browse files
committed
Bump version
1 parent 841fb1c commit abaaf7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Load the script file from CDN:
6969
```html
7070
<div id="root"></div>
7171
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.1/vue.min.js"></script>
72-
<script src="//rawgit.com/bkzl/vue-float-label/v1.3.0/dist/vue-float-label.js"></script>
72+
<script src="//rawgit.com/bkzl/vue-float-label/v1.3.1/dist/vue-float-label.js"></script>
7373
<script>
7474
new Vue({
7575
el: '#root',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-float-label",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Float label pattern for Vue.js",
55
"main": "dist/vue-float-label.js",
66
"repository": "git@github.com:bkzl/vue-float-label.git",

0 commit comments

Comments
 (0)