diff --git a/package-lock.json b/package-lock.json index 344713647..d79b85167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "license": "GPL-3.0", "dependencies": { "@matrixai/async-cancellable": "^2.0.1", diff --git a/package.json b/package.json index 7868b3776..d38f5d128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polykey", - "version": "2.3.2", + "version": "2.3.3", "homepage": "https://polykey.com", "author": "Matrix AI", "contributors": [ diff --git a/src/config.ts b/src/config.ts index a837e930a..1a371831b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -33,7 +33,7 @@ const config = { * It is only incremented on breaking changes * Use this to know if you must upgrade your service client */ - networkVersion: 1, + networkVersion: 2, /** * Default provider configuration * These are managed by Matrix AI and Polykey developers