Skip to content

Commit

Permalink
MangoHud update to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hitman249 committed Jun 22, 2021
1 parent e42d047 commit 20b2a94
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified bin/libs/i386/libMangoHud.tar.gz
Binary file not shown.
Binary file modified bin/libs/i386/libMangoHud_dlsym.tar.gz
Binary file not shown.
Binary file modified bin/libs/x86-64/libMangoHud.tar.gz
Binary file not shown.
Binary file modified bin/libs/x86-64/libMangoHud_dlsym.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions src/src/modules/mango-hud.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class MangoHud {
/**
* @type {string}
*/
version = '0.6.1';
version = '0.6.3';

/**
* @type {Prefix}
Expand Down Expand Up @@ -57,8 +57,8 @@ export default class MangoHud {
let file64 = `${implicitLayers}/MangoHud.x86_64.json`;
let size = {
main: {
32: 1776104,
64: 1686600,
32: 2157984,
64: 2046656,
},
dlsym: {
32: 20904,
Expand Down
2 changes: 1 addition & 1 deletion src/src/modules/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require('fs');

export default class Update {

version = '1.4.53';
version = '1.4.54';

/**
* @type {string}
Expand Down

0 comments on commit 20b2a94

Please sign in to comment.