Bump version number

This commit is contained in:
Pieter Vander Vennet 2023-05-06 11:05:19 +02:00
parent 7e3d0e6a79
commit 36a0784e06
2 changed files with 3 additions and 3 deletions

View file

@ -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 =

View file

@ -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",