Skip to content

Commit

Permalink
1.3.13b
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Aug 7, 2024
1 parent 7b0d2be commit 96b5ead
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 55 deletions.
56 changes: 28 additions & 28 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 @@ -1198,7 +1198,7 @@ if (convertVersion(global['version']) < 103014){
}

global['version'] = '1.3.13';
global['revision'] = 'a';
global['revision'] = 'b';
delete global['beta'];

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

export const changeList = [
{
version: `1.3.13`,
revision: `b`,
date: `8/6/2024`,
changes: [
`Fixed issue with starting Cataclysm Scenerio.`,
`Fixed some issues with Fasting Scenario.`,
`Fixed an issue with Replicator scheduler and supplies.`
]
},
{
version: `1.3.13`,
revision: `a`,
Expand Down
52 changes: 26 additions & 26 deletions wiki/wiki.js

Large diffs are not rendered by default.

0 comments on commit 96b5ead

Please sign in to comment.