Update build version

This commit is contained in:
Mo Bitar
2019-11-22 15:26:57 -06:00
parent 7cbbf5ae1b
commit bfb57ca718
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
angular.module('app')
.constant('appVersion', '3.0.21')
.constant('appVersion', '3.0.22')
;

View File

@@ -54114,7 +54114,7 @@ if (!Array.prototype.includes) {
}
;
angular.module('app').constant('appVersion', '3.0.21');
angular.module('app').constant('appVersion', '3.0.22');
;
angular.module('app').config(["$locationProvider", function ($locationProvider) {
if (!isDesktopApplication()) {

File diff suppressed because one or more lines are too long