Skip to content

Commit 16a0d29

Browse files
chore: update package major version
1 parent 7043ea4 commit 16a0d29

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": "@phase.dev/phase-node",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Node.js Server SDK for Phase",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "1.0.0";
1+
export const LIB_VERSION = "2.0.0";

0 commit comments

Comments
 (0)