Skip to content

Commit d8fe7dd

Browse files
committed
Version 1.4.0
1 parent cc0610e commit d8fe7dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpack-sdk/cli",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Rich interactive command-line interface directly powering the Toolpack SDK",
55
"license": "Apache-2.0",
66
"preferGlobal": true,

source/components/AppInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function AppInfo() {
66

77
// Hardcoded for now, mimicking original behavior
88
const currentPath = process.cwd();
9-
const version = 'v1.3.0';
9+
const version = 'v1.4.0';
1010

1111
return (
1212
<Box flexDirection="column" alignItems="center" marginBottom={2}>

0 commit comments

Comments
 (0)