Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Apr 7, 2023
1 parent 6d53a5e commit 499a821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "4.1.0-beta.3",
"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.2';
public static readonly VERSION: string = '4.1.0-beta.3';

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

0 comments on commit 499a821

Please sign in to comment.