This commit is contained in:
Mo Bitar
2019-10-28 13:25:15 -05:00
parent 6b9f630737
commit c26fee9fcf
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -53897,7 +53897,7 @@ if (!Array.prototype.includes) {
}
;
angular.module('app').constant('appVersion', '3.0.18');
angular.module('app').constant('appVersion', '3.0.19');
;
angular.module('app').config(["$locationProvider", function ($locationProvider) {
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",
"version": "3.0.18",
"version": "3.0.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.18",
"version": "3.0.19",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",