diff --git a/package.json b/package.json index 82601e81..68a81cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "titanium", - "version": "7.0.0-alpha", + "version": "7.0.0-beta1", "author": "TiDev, Inc. ", "description": "Command line interface for building Titanium SDK apps", "type": "module", diff --git a/test/commands/ti-sdk.test.js b/test/commands/ti-sdk.test.js index b130e1f7..158d8841 100644 --- a/test/commands/ti-sdk.test.js +++ b/test/commands/ti-sdk.test.js @@ -323,7 +323,7 @@ describe('ti sdk', () => { const output = stripColor(stdout); assert.match(output, /Titanium Command-Line Interface/); - assert.match(output, /The "select" subcommand is no longer used/); + assert.match(output, /The "select" subcommand is no longer required./); assert.strictEqual(exitCode, 0); }));