Skip to content

Commit 77ee289

Browse files
committed
alpha version bump
1 parent 8e55551 commit 77ee289

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-alpha.4",
3+
"version": "5.0.0-alpha.5",
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-alpha.4';
25+
public static readonly VERSION: string = '5.0.0-alpha.5';
2626

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

0 commit comments

Comments
 (0)