Skip to content

Commit

Permalink
v104
Browse files Browse the repository at this point in the history
  • Loading branch information
denniske committed May 25, 2024
1 parent 1c3a8e1 commit aa9dde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const changelog4: IChangelog = {
};

export const changelog: IChangelog = {
'103.0.0': [
'104.0.0': [
{
type: 'minor',
title: 'Internal Framework Update (SDK 51)',
Expand Down
2 changes: 1 addition & 1 deletion app2.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const sentryConfigPlugin = [
}
];

const version = '103.0.0';
const version = '104.0.0';
const versionParts = version.split('.');

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

0 comments on commit aa9dde9

Please sign in to comment.