Bump version number

This commit is contained in:
Pieter Vander Vennet 2023-05-16 01:36:09 +02:00
parent a29e0a553b
commit fbbebce30e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import { Utils } from "../Utils"
export default class Constants {
public static vNumber = "0.27.3"
public static vNumber = "0.27.4"
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.27.4",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",