Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Jul 21, 2021
1 parent 25ad1e4 commit a30c3b3
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.0.0-beta.0",
"version": "4.0.0-beta.1",
"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 @@ -25,7 +25,7 @@ export class Variables {
/**
* SRE version.
*/
public static readonly VERSION: string = '4.0.0-beta.0';
public static readonly VERSION: string = '4.0.0-beta.1';


/**
Expand Down

0 comments on commit a30c3b3

Please sign in to comment.