Skip to content

Commit

Permalink
1.4.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Dec 2, 2024
1 parent 6f1f1ee commit 6c7dc75
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 53 deletions.
98 changes: 49 additions & 49 deletions evolve/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ if (convertVersion(global['version']) < 104001){
}

global['version'] = '1.4.1';
delete global['revision'];
global['revision'] = 'a';
delete global['beta'];

if (!global.hasOwnProperty('prestige')){
Expand Down
8 changes: 8 additions & 0 deletions src/wiki/change.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ import {} from './../vars.js';
import { clearElement } from './../functions.js';

export const changeList = [
{
version: `1.4.1`,
revision: `a`,
date: `12/2/2024`,
changes: [
`Fixed Ore Processor.`,
]
},
{
version: `1.4.1`,
date: `12/1/2024`,
Expand Down
6 changes: 3 additions & 3 deletions wiki/wiki.js

Large diffs are not rendered by default.

0 comments on commit 6c7dc75

Please sign in to comment.