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

Commit 200533c

Browse files
committed
Bump version
1 parent f1b9dc0 commit 200533c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ Load script and stylesheet files from CDN:
7070
<!DOCTYPE html>
7171
<html lang="en">
7272
<head>
73-
<link rel="stylesheet" href="//rawgit.com/bkzl/vue-float-label/v1.1.0/dist/vue-float-label.css">
73+
<link rel="stylesheet" href="//rawgit.com/bkzl/vue-float-label/v1.2.0/dist/vue-float-label.css">
7474
</head>
7575
<body>
7676
<div id="root"></div>
7777
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.1/vue.min.js"></script>
78-
<script src="//rawgit.com/bkzl/vue-float-label/v1.1.0/dist/vue-float-label.js"></script>
78+
<script src="//rawgit.com/bkzl/vue-float-label/v1.2.0/dist/vue-float-label.js"></script>
7979
<script>
8080
new Vue({
8181
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.1.0",
3+
"version": "1.2.0",
44
"description": "Float label pattern for Vue.js",
55
"main": "vue-float-label.js",
66
"repository": "[email protected]:bkzl/vue-float-label.git",

0 commit comments

Comments
 (0)