Skip to content

Commit

Permalink
Fix test, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jan 11, 2024
1 parent 1679630 commit 4153220
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": "titanium",
"version": "7.0.0-alpha",
"version": "7.0.0-beta1",
"author": "TiDev, Inc. <[email protected]>",
"description": "Command line interface for building Titanium SDK apps",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion test/commands/ti-sdk.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}));
Expand Down

0 comments on commit 4153220

Please sign in to comment.