Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Jan 30, 2024
1 parent ab1468d commit 86181d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.openchargemap.app",
"version": "8.6.0",
"version": "8.6.1",
"author": "Webprofusion",
"homepage": "https://openchargemap.org",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MappingAPI } from "../app/services/mapping/interfaces/mapping";

export const environment = {
name: 'prod',
version: '8.6.0',
version: '8.6.1',
production: true,
analyticsId: '',
googleMapsKey: '',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { MappingAPI } from "../app/services/mapping/interfaces/mapping";
// The list of which env maps to which file can be found in `.angular-cli.json`.
export const environment = {
name: 'dev',
version: '8.6.0-dev',
version: '8.6.1-dev',
production: false,
analyticsId: '',
googleMapsKey: '',
Expand Down

0 comments on commit 86181d5

Please sign in to comment.