diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b25ea045..98afe313 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ Song: https://www.youtube.com/watch?v=lz2REwKVmnk -Passbolt v4.9.1 Release Candidate is a maintenance update that addresses issues related to the search resources. +Passbolt v4.9.1 is a maintenance update that addresses issues related to the search resources. We extend our gratitude to the community for their feedback and assistance in testing this release. We hope these updates enhance your experience with Passbolt and we look forward to hearing from you. diff --git a/package-lock.json b/package-lock.json index 184411a5..5482eb86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.9.1-rc.0", + "version": "4.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.9.1-rc.0", + "version": "4.9.1", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index a2966bd8..d3299ebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.9.1-rc.0", + "version": "4.9.1", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams",