diff --git a/meta/manifest.json b/meta/manifest.json index 61509d4..d7f9982 100644 --- a/meta/manifest.json +++ b/meta/manifest.json @@ -1,6 +1,6 @@ { "name": "Keychain Passwords for macOS", - "version": "1.2.1", + "version": "1.2.2", "description": "Use your passwords stored on iCloud Keychain® right from Firefox.", "author": "Aurélien", "manifest_version": 3, diff --git a/package-lock.json b/package-lock.json index b391906..f00b8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "icloud-passwords-firefox", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "icloud-passwords-firefox", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index c21f743..157dd7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icloud-passwords-firefox", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "license": "Apache-2.0", "repository": {