From 36a0784e069733002c1cdb60d1a1913838688417 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 6 May 2023 11:05:19 +0200 Subject: [PATCH] Bump version number --- Models/Constants.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 3feecec19..79446a81b 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -1,9 +1,9 @@ import { Utils } from "../Utils" - +import * as meta from "../package.json" export type PriviligedLayerType = typeof Constants.priviliged_layers[number] export default class Constants { - public static vNumber = "0.30.1" + public static vNumber = meta.version public static ImgurApiKey = "7070e7167f0a25a" public static readonly mapillary_client_token_v4 = diff --git a/package.json b/package.json index e96301bfc..c2ec8251c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapcomplete", - "version": "0.25.1", + "version": "0.30.2", "repository": "https://github.com/pietervdvn/MapComplete", "description": "A small website to edit OSM easily", "bugs": "https://github.com/pietervdvn/MapComplete/issues",