We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7043ea4 commit 16a0d29Copy full SHA for 16a0d29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@phase.dev/phase-node",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Node.js Server SDK for Phase",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
version.ts
@@ -1 +1 @@
-export const LIB_VERSION = "1.0.0";
+export const LIB_VERSION = "2.0.0";
0 commit comments