From 365a08fb032c62bc5a685c9c73334555ccfd6816 Mon Sep 17 00:00:00 2001 From: Minh Date: Wed, 5 Apr 2023 11:35:06 +0900 Subject: [PATCH] Version name --- theory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theory.js b/theory.js index d2c5cbb..e379b16 100644 --- a/theory.js +++ b/theory.js @@ -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; @@ -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}',