From d8c5b005815dbc7fea868bfd6ecd7f1d9c83b33a Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 23 Nov 2017 18:43:32 -0800 Subject: [PATCH] bumped version in bower.json and package.json --- bower.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 4336c3ac..813d5767 100755 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "tellform", "description": "Opensource alternative to TypeForm", - "version": "2.0.0", + "version": "2.2.0", "homepage": "https://github.com/tellform/tellform", "authors": [ "David Baldwynn (http://baldwynn.me)" @@ -41,10 +41,10 @@ "socket.io-client": "^1.7.2", "css-toggle-switch": "^4.0.2", "angular-strap": "^2.3.12", - "textAngular": "^1.5.16", "angular-ui-select": "^0.19.8", "angular-bootstrap-switch": "^0.5.2", - "jquery": "^3.2.1" + "jquery": "^3.2.1", + "textAngular": "^1.5.16" }, "resolutions": { "angular-bootstrap": "^0.14.0", diff --git a/package.json b/package.json index 5f3ba4c4..732bf392 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "TellForm", "description": "Opensource alternative to TypeForm", - "version": "2.1.0", + "version": "2.2.0", "homepage": "https://github.com/tellform/tellform", "authors": [ "David Baldwynn (http://baldwynn.me)"