Skip to content

Commit 71963fa

Browse files
committed
v1.0.0
1 parent b3c11d6 commit 71963fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polar-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"bin": "bin/cli.js",
66
"type": "module",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "v1.0.0";
1+
export const VERSION = "v1.1.0";

0 commit comments

Comments
 (0)