Skip to content

Commit

Permalink
Version name
Browse files Browse the repository at this point in the history
  • Loading branch information
propfeds committed Apr 5, 2023
1 parent 2e12079 commit 365a08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theory.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var getDescription = (language) =>
var authors = 'Martin_mc, Eylanding, propfeds\n\nThanks to:\nGlen Pugh, for ' +
'his implementation of the Riemann-Siegel formula\nSneaky, Gen & Gaunter, ' +
'for maths consultation';
var version = 0.2;
var version = 0.21;

let gameOffline = false;
let t = 0;
Expand Down Expand Up @@ -101,7 +101,7 @@ const locStrings =
{
en:
{
versionName: 'v0.2, Black Hole Edition',
versionName: 'v0.2.1, Black Hole Edition',
speed: '\\text{speed}',
zExp: '{{{0}}}\\text{{ exponent}}',
half: '\\text{half}',
Expand Down

0 comments on commit 365a08f

Please sign in to comment.