Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Feb 9, 2024
1 parent 0aed955 commit fb9da12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7",
"version": "4.1.0-beta.8",
"description": "A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion ts/common/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Variables {
/**
* SRE version.
*/
public static readonly VERSION: string = '4.1.0-beta.7';
public static readonly VERSION: string = '4.1.0-beta.8';

/**
* Locale mapping to language names.
Expand Down

0 comments on commit fb9da12

Please sign in to comment.