Skip to content

Commit 2add0b1

Browse files
committed
beta version bump
1 parent b570c0b commit 2add0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speech-rule-engine",
3-
"version": "5.0.0-beta.2",
3+
"version": "5.0.0-beta.3",
44
"description": "A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.",
55
"bin": {
66
"sre": "bin/sre"

ts/common/variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class Variables {
2222
/**
2323
* SRE version.
2424
*/
25-
public static readonly VERSION: string = '5.0.0-beta.2';
25+
public static readonly VERSION: string = '5.0.0-beta.3';
2626

2727
/**
2828
* Locale mapping to language names.

0 commit comments

Comments
 (0)