Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ddb7f26

Browse files
committed
release 1.4.32
1 parent 517602e commit ddb7f26

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/src/modules/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const fs = require('fs');
88

99
export default class Update {
1010

11-
version = '1.4.31';
11+
version = '1.4.32';
1212

1313
/**
1414
* @type {string}

src/src/views/Update.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ export default {
9898
};
9999
},
100100
mounted() {
101-
this.dxvk_version = window.app.getDxvk().getLocalVersion();
101+
this.dxvk_version = window.app.getDxvk().getLocalVersion();
102+
this.vkd3dProton_version = window.app.getVkd3dProton().getLocalVersion();
102103
103104
window.app.getUpdate().getRemoteVersion().then((version) => {
104105
this.remote_version = version;

0 commit comments

Comments
 (0)