Skip to content

Commit

Permalink
beta version bump
Browse files Browse the repository at this point in the history
zorkow committed Apr 30, 2024
1 parent de25d72 commit ff9fb55
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speech-rule-engine",
"version": "4.1.0-beta.9",
"version": "4.1.0-beta.10",
"description": "A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.",
"directories": {
"test": "tests"
4 changes: 2 additions & 2 deletions ts/common/variables.ts
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ export class Variables {
/**
* SRE version.
*/
public static readonly VERSION: string = '4.1.0-beta.9';
public static readonly VERSION: string = '4.1.0-beta.10';

/**
* Locale mapping to language names.
@@ -69,7 +69,7 @@ export class Variables {
* MathJax version. This indicates the lowest MathJax version this version of
* SRE is compatible with.
*/
public static readonly mathjaxVersion: string = '4.0.0-beta.1';
public static readonly mathjaxVersion: string = '4.0.0-beta.5';

/**
* The URL for SRE resources.

0 comments on commit ff9fb55

Please sign in to comment.