diff --git a/package-lock.json b/package-lock.json index f9791058..2673c744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cashu/cashu-ts", - "version": "2.0.0-rc4", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cashu/cashu-ts", - "version": "2.0.0-rc4", + "version": "2.0.0", "license": "MIT", "dependencies": { "@cashu/crypto": "^0.3.4", diff --git a/package.json b/package.json index b45a4792..68ee3ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cashu/cashu-ts", - "version": "2.0.0-rc4", + "version": "2.0.0", "description": "cashu library for communicating with a cashu mint", "main": "dist/lib/es5/index.js", "module": "dist/lib/es6/index.js",