This commit is contained in:
Mo Bitar
2019-11-13 15:00:14 -06:00
parent 14682f8eb0
commit ec0555ad26
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.0.19", "version": "3.0.21",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {