diff --git a/package.json b/package.json index 661a3386b..93a02ecdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speech-rule-engine", - "version": "4.1.0-beta.7", + "version": "4.1.0-beta.8", "description": "A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.", "directories": { "test": "tests" diff --git a/ts/common/variables.ts b/ts/common/variables.ts index 7f671862b..0997b7852 100644 --- a/ts/common/variables.ts +++ b/ts/common/variables.ts @@ -22,7 +22,7 @@ export class Variables { /** * SRE version. */ - public static readonly VERSION: string = '4.1.0-beta.7'; + public static readonly VERSION: string = '4.1.0-beta.8'; /** * Locale mapping to language names.