Up the version

This commit is contained in:
Sébastien André
2020-07-31 00:47:34 +02:00
parent 00a822df0d
commit 3b26245742
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ export const environment = {
production: true, production: true,
apiUrl: "https://divelog.sebastienandre.com", apiUrl: "https://divelog.sebastienandre.com",
debugMode: false, debugMode: false,
version: "0.6.0", version: "0.7.0",
}; };

View File

@@ -7,5 +7,5 @@ export const environment = {
production: false, production: false,
apiUrl: "http://localhost:5000", apiUrl: "http://localhost:5000",
debugMode: false, debugMode: false,
version: "0.6.0", version: "0.?.0",
}; };