Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Apr 9, 2021
1 parent 613e37c commit 3ceaee9
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": "3.2.0-beta.3",
"version": "3.2.0-beta.4",
"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 src/common/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sre.Variables = function() {};
* @const
* @type {string}
*/
sre.Variables.VERSION = '3.2.0-beta.3';
sre.Variables.VERSION = '3.2.0-beta.4';


/**
Expand Down

0 comments on commit 3ceaee9

Please sign in to comment.