Skip to content

Commit

Permalink
Beta version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Jul 25, 2019
1 parent f7d2c54 commit a9b8608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"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.0.0-beta.4';
sre.Variables.VERSION = '3.0.0-beta.5';


/**
Expand Down

0 comments on commit a9b8608

Please sign in to comment.