Skip to content

Commit

Permalink
Mijago#22 Increased version to 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mijago committed Oct 21, 2021
1 parent bda4bef commit 5eb7419
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ export class HelpPageComponent implements OnInit {
]

changelog = [
{
version: "2.0.14",
date: "Oct 21, 2021",
entries: [
"~ Updated URLs to the mobility, resilience and recovery images, as Bungie decided to change their URLs in today's hotfix."
]
},
{
version: "2.0.13",
date: "Oct 18, 2021",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
version: "2.0.13",
version: "2.0.14",
production: true,
apiKey: "9415df8eff46408aa9c0d51e4d69b94f",
clientId: "37252",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
version: "2.0.13-dev",
version: "2.0.14-dev",
production: false,
apiKey: "22f345c936d444b1906129ebef957678",
clientId: "34392",
Expand Down

0 comments on commit 5eb7419

Please sign in to comment.