From fb9da1226ca4e4894c455de5e7d886fa855b6658 Mon Sep 17 00:00:00 2001 From: zorkow Date: Fri, 9 Feb 2024 10:23:11 +0100 Subject: [PATCH] Beta version bump. --- package.json | 2 +- ts/common/variables.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.