Skip to content

Commit

Permalink
Prepared for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
propfeds committed Jul 3, 2023
1 parent 631b7f1 commit 7cddeb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/theory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Welcome to Lemma's Garden, an idle botanical theory built on the grammar of ` +
return descs[language] ?? descs.en;
}
var authors = 'propfeds\n\nThanks to:\ngame-icons.net, for the icons';
var version = 0.102;
var version = 0.103;

const MAX_INT = 0x7fffffff;
const TRIM_SP = /\s+/g;
Expand All @@ -70,7 +70,7 @@ const LOC_STRINGS =
{
en:
{
versionName: `Version: 0.1.2h1, Slumber Seeds`,
versionName: `Version: 0.1.3, Slumber Seeds`,
wip: 'Work in Progress',

currencyTax: 'p (tax)',
Expand Down
4 changes: 2 additions & 2 deletions theory.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Welcome to Lemma's Garden, an idle botanical theory built on the grammar of ` +
return descs[language] ?? descs.en;
};
var authors = 'propfeds\n\nThanks to:\ngame-icons.net, for the icons';
var version = 0.102;
var version = 0.103;
const MAX_INT = 0x7fffffff;
const TRIM_SP = /\s+/g;
const LS_RULE = /([^:]+)(:(.+))?=(.*)/;
Expand All @@ -52,7 +52,7 @@ const NORMALISE_QUATERNIONS = false;
const MENU_LANG = Localization.language;
const LOC_STRINGS = {
en: {
versionName: `Version: 0.1.2h1, Slumber Seeds`,
versionName: `Version: 0.1.3, Slumber Seeds`,
wip: 'Work in Progress',
currencyTax: 'p (tax)',
pubTax: 'Tax on publish\\colon',
Expand Down

0 comments on commit 7cddeb6

Please sign in to comment.