From 2db443959429417e645e5d1115e8d80760fddf59 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 6 Jan 2022 21:05:52 +0100 Subject: [PATCH] Version bump --- Models/Constants.ts | 2 +- scripts/generateLayouts.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 007b8c758..eaa6c0eab 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import {Utils} from "../Utils"; export default class Constants { - public static vNumber = "0.13.0-rc-1"; + public static vNumber = "0.13.0"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85" diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index e77af31eb..8f7e71a58 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -102,7 +102,8 @@ async function createManifest(layout: LayoutConfig) { background_color: "#fff", description: ogDescr, orientation: "portrait-primary, landscape-primary", - icons: icons + icons: icons, + categories: ["map","navigation"] }; }