Skip to content

Commit

Permalink
Latest Version 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Sep 14, 2024
1 parent d600250 commit 21543cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.beanconqueror.app" version="7.4.1" xmlns="http://www.w3.org/ns/widgets">
<widget id="com.beanconqueror.app" version="7.5.0" xmlns="http://www.w3.org/ns/widgets">
<name>Beanconqueror</name>
<description />
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author>
Expand Down
2 changes: 1 addition & 1 deletion src/classes/version/iVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Version implements IVersion {
* We dont set this to a variable, else it would be stored in DB and wrongly overwritten
*/
private getUpdatedVersions() {
return ['7.4.0'];
return ['7.50'];
}

private versionCompare(_actualAppVersion, _updateVersion) {
Expand Down
2 changes: 1 addition & 1 deletion src/services/uiUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ export class UIUpdate {
versionCode = await this.appVersion.getVersionNumber();
} else {
// Hardcored for testing
versionCode = '7.4.0';
versionCode = '7.5.0';
}
const version: Version = this.uiVersionStorage.getVersion();
const displayingVersions =
Expand Down

0 comments on commit 21543cb

Please sign in to comment.