Skip to content

Commit

Permalink
Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Mar 16, 2022
1 parent f5f7924 commit 50e5ed0
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",
"version": "4.0.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 @@ -22,7 +22,7 @@ export class Variables {
/**
* SRE version.
*/
public static readonly VERSION: string = '4.0.0';
public static readonly VERSION: string = '4.0.1';

/**
* List of locales to load.
Expand Down

0 comments on commit 50e5ed0

Please sign in to comment.