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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkozal committed Mar 18, 2017
1 parent f1b9dc0 commit 200533c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ Load script and stylesheet files from CDN:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="//rawgit.com/bkzl/vue-float-label/v1.1.0/dist/vue-float-label.css">
<link rel="stylesheet" href="//rawgit.com/bkzl/vue-float-label/v1.2.0/dist/vue-float-label.css">
</head>
<body>
<div id="root"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.1/vue.min.js"></script>
<script src="//rawgit.com/bkzl/vue-float-label/v1.1.0/dist/vue-float-label.js"></script>
<script src="//rawgit.com/bkzl/vue-float-label/v1.2.0/dist/vue-float-label.js"></script>
<script>
new Vue({
el: '#root',
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": "vue-float-label",
"version": "1.1.0",
"version": "1.2.0",
"description": "Float label pattern for Vue.js",
"main": "vue-float-label.js",
"repository": "[email protected]:bkzl/vue-float-label.git",
Expand Down

0 comments on commit 200533c

Please sign in to comment.