Skip to content

Commit 932142f

Browse files
author
Ryan
committed
chore(cli): bump version to 0.0.2
Made-with: Cursor
1 parent 0a2e1d5 commit 932142f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryantanen/dploy",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Vercel-style just-deploy-it CLI. Point dploy at a GitHub repo and get a live URL.",
55
"type": "module",
66
"license": "MIT",

cli/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.0.1";
1+
export const VERSION = "0.0.2";

0 commit comments

Comments
 (0)