From 9a37cad455b83373d3dbab2445489352778d4eec Mon Sep 17 00:00:00 2001 From: matiasalvarez87 Date: Mon, 30 Sep 2013 16:05:45 -0300 Subject: [PATCH] Version 0.1.2 --- bower.json | 2 +- dist/nan-timepicker.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5222613..57c3ffa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "nan-timepicker", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/nan-timepicker.js", "ignore": [ "**/.*", diff --git a/dist/nan-timepicker.min.js b/dist/nan-timepicker.min.js index 4639e59..e56bbdf 100644 --- a/dist/nan-timepicker.min.js +++ b/dist/nan-timepicker.min.js @@ -1,5 +1,5 @@ /** - * nan-timepicker.js 0.1.1 + * nan-timepicker.js 0.1.2 * https://github.com/nanlabs/nan-timepicker * Date Compiled: 2013-09-30 * */ diff --git a/package.json b/package.json index e13a78e..afac626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nan-timepicker", - "version": "0.1.1", + "version": "0.1.2", "description": "A lightweight time-picker plugin based on 'jQuery timepicker plugin'.", "main": "index.js", "scripts": {