forked from MapComplete/MapComplete
Add osmtogeojson
This commit is contained in:
parent
6557c51493
commit
abe5d5546a
2 changed files with 23 additions and 20 deletions
|
@ -1,7 +1,8 @@
|
|||
import { Utils } from "../Utils";
|
||||
|
||||
export default class Constants {
|
||||
public static vNumber = "0.3.0a";
|
||||
public static vNumber = "0.3.0" +
|
||||
"a";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue