We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0610e commit d8fe7ddCopy full SHA for d8fe7dd
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@toolpack-sdk/cli",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "Rich interactive command-line interface directly powering the Toolpack SDK",
5
"license": "Apache-2.0",
6
"preferGlobal": true,
source/components/AppInfo.tsx
@@ -6,7 +6,7 @@ export function AppInfo() {
7
// Hardcoded for now, mimicking original behavior
8
const currentPath = process.cwd();
9
- const version = 'v1.3.0';
+ const version = 'v1.4.0';
10
11
return (
12
<Box flexDirection="column" alignItems="center" marginBottom={2}>
0 commit comments