diff --git a/package.json b/package.json index 73cd999fd..4d686ccf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bridge", - "version": "2.0.0-rc.5", + "version": "2.0.0", "private": true, "scripts": { "dev:vite": "vite", diff --git a/src/appVersion.json b/src/appVersion.json index fbcd56a53..a388a4c9f 100644 --- a/src/appVersion.json +++ b/src/appVersion.json @@ -1,3 +1,3 @@ { - "version": "2.0.0-rc.5" + "version": "2.0.0" }