Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed Aug 4, 2016
1 parent eb6fae5 commit 4999a80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vue Time Picker

A dropdown time picker for **Vue.js**
A dropdown time picker (hour|minute|second) for **Vue.js**. With flexible time format support

## Demo

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vue-timepicker",
"description": "A dropdown time picker for Vue.js",
"description": "A dropdown time picker (hour|minute|second) for Vue.js. With flexible time format support",
"main": "index.js",
"version": "0.1.2",
"version": "0.2.0",
"authors": [
"Phoenix Wong (phoenixyfwong@gmail.com)"
],
Expand Down
2 changes: 1 addition & 1 deletion demo/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
<div class="main-wrapper">
<header v-cloak>
<h1>Vue Timepicker</h1>
<p>A dropdown time picker for Vue.js</p>
<p>A dropdown time picker for Vue.js. With flexible time format support</p>
</header>
<nav class="top-nav" :class="{stick: scrollTop > 150}">
<span class="title">Vue Timepicker</span>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-time-picker",
"version": "0.1.2",
"description": "A dropdown time picker for Vue.js",
"version": "0.2.0",
"description": "A dropdown time picker (hour|minute|second) for Vue.js. With flexible time format support",
"main": "index.js",
"scripts": {
"dev": "node build/dev-server.js",
Expand Down

0 comments on commit 4999a80

Please # to comment.