diff --git a/Models/Constants.ts b/Models/Constants.ts index 3feecec19c..79446a81bc 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 e96301bfc4..c2ec8251c7 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",