From 3096ae81f2b912199cdfd88f51c3138d251b942d Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 13 Aug 2014 00:13:21 +0300 Subject: [PATCH] chore: increase version number to v0.12.10 forgot I already had issued 0.12.9 to test gh-pages publish --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 06f762c..7e98e27 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.12.9", + "version": "0.12.10", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT", diff --git a/package.json b/package.json index 1dc8081..f056905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-sortable", - "version": "0.12.9", + "version": "0.12.10", "description": "This directive allows you to jQueryUI Sortable.", "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT",