From ef1fb5712512105b86979f6de0f334d521224057 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 28 Jul 2015 16:37:43 -0700 Subject: [PATCH] added stuff --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index bdc93c82..804c9560 100755 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "version": "0.0.3", "homepage": "https://github.com/whitef0x0/medform", "authors": [ - "David Baldwynn " + "David Baldwynn (http://baldwynn.me)" ], "license": "MIT", "private": true, @@ -13,7 +13,7 @@ "bootstrap": "~3", "angular": "~1.3.17", "angular-resource": "~1.2", - "angular-animate": "~1.2", + "angular-animate": "~1.3", "angular-mocks": "~1.2", "angular-bootstrap": "~0.12.0", "angular-ui-utils": "~0.1.1", diff --git a/package.json b/package.json index 332a0c6f..4a03ba1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Medform", "description": "PDF generated form builder", - "version": "0.0.2", + "version": "0.0.3", "homepage": "https://github.com/whitef0x0/medform", "authors": [ "David Baldwynn "