We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3835b9b commit e3314beCopy full SHA for e3314be
2 files changed
package.json
@@ -18,5 +18,6 @@
18
"workspaces": [
19
"apps/*",
20
"packages/*"
21
- ]
+ ],
22
+ "version": "0.1.0-beta.1"
23
}
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "validate-idea",
3
- "version": "0.0.0-beta.1",
+ "version": "0.1.0-beta.1",
4
"description": "Validate your startup idea with AI-powered research",
5
"type": "module",
6
"bin": {
0 commit comments