Skip to content

Commit

Permalink
updates version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
George Cook committed Aug 10, 2019
1 parent 3d4e5f3 commit 0a11e3d
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions dist/rooibosDist.brs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'/**
' * rooibos - simple, flexible, fun brihhtscript test framework for roku scenegraph apps
' * @version v3.1.0
' * @version v3.1.1
' * @link https://github.com/georgejecook/rooibos#readme
' * @license MIT
' */
Expand Down Expand Up @@ -35,7 +35,7 @@ function Rooibos__Init(preTestSetup = invalid, testUtilsDecoratorMethodName = in
? "#TEST START : ###" ; testId ; "###"
args.testScene = scene
args.global = m.global
rooibosVersion = "3.1.0"
rooibosVersion = "3.1.1"
requiredRooibosPreprocessorVersion = "1.0.0"
if not RBS_CMN_isFunction(RBSFM_getPreprocessorVersion)
versionError = "You are using a rooibos-preprocessor (i.e. rooibos-cli) version older than 1.0.0 - please update to " + requiredRooibosPreprocessorVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/Rooibos.brs.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h1 class="page-title">Rooibos.brs</h1>

args.testScene = scene
args.global = m.global
rooibosVersion = "3.1.0"
rooibosVersion = "3.1.1"
requiredRooibosPreprocessorVersion = "1.0.0"

if not RBS_CMN_isFunction(RBSFM_getPreprocessorVersion)
Expand Down
2 changes: 1 addition & 1 deletion docs/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooibos",
"version": "3.1.0",
"version": "3.1.1",
"description": "simple, flexible, fun brihhtscript test framework for roku scenegraph apps",
"main": "index.js",
"directories": {
Expand All @@ -22,7 +22,7 @@
"jsdoc": "3.5.5",
"minami": "^1.2.3",
"roku-deploy": "^2.0.0",
"rooibos-preprocessor": "^3.1.0",
"rooibos-preprocessor": "^3.1.1",
"typescript": "^3.3.1",
"vinyl-paths": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/example/source/tests/rooibos/rooibosDist.brs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'/**
' * rooibos - simple, flexible, fun brihhtscript test framework for roku scenegraph apps
' * @version v3.1.0
' * @version v3.1.1
' * @link https://github.com/georgejecook/rooibos#readme
' * @license MIT
' */
Expand Down Expand Up @@ -35,7 +35,7 @@ function Rooibos__Init(preTestSetup = invalid, testUtilsDecoratorMethodName = in
? "#TEST START : ###" ; testId ; "###"
args.testScene = scene
args.global = m.global
rooibosVersion = "3.1.0"
rooibosVersion = "3.1.1"
requiredRooibosPreprocessorVersion = "1.0.0"
if not RBS_CMN_isFunction(RBSFM_getPreprocessorVersion)
versionError = "You are using a rooibos-preprocessor (i.e. rooibos-cli) version older than 1.0.0 - please update to " + requiredRooibosPreprocessorVersion
Expand Down
2 changes: 1 addition & 1 deletion src/Rooibos.brs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Rooibos__Init(preTestSetup = invalid, testUtilsDecoratorMethodName = in

args.testScene = scene
args.global = m.global
rooibosVersion = "3.1.0"
rooibosVersion = "3.1.1"
requiredRooibosPreprocessorVersion = "1.0.0"

if not RBS_CMN_isFunction(RBSFM_getPreprocessorVersion)
Expand Down

0 comments on commit 0a11e3d

Please sign in to comment.