Skip to content

Commit

Permalink
v117
Browse files Browse the repository at this point in the history
  • Loading branch information
denniske committed Nov 16, 2024
1 parent 123eb05 commit 564bccb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ export const changelog: IChangelog = {
type: 'minor',
title: 'Implemented [AoE II DE Update 128442](https://www.ageofempires.com/news/age-of-empires-ii-definitive-edition-update-128442/)',
},
{
type: 'minor',
title: 'Internal Framework Update (SDK 52)',
},
{
type: 'bugfix',
title: 'Fix header on profile page showing wrong icons',
Expand Down
2 changes: 1 addition & 1 deletion app2.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const sentryConfigPlugin = [
}
];

const version = '116.0.0';
const version = '117.0.0';
const versionParts = version.split('.');

const runtimeVersion = versionParts[0] + '.' + versionParts[1] + '.0';
Expand Down

0 comments on commit 564bccb

Please sign in to comment.