chore: bump crate and extension versions to 0.5.0

Catches the workspace and the extension manifests up to the v0.5.x
release line (was still showing 0.2.0).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-05-05 17:49:09 -04:00
parent 061facd5a9
commit cf66bd97b7
8 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Relicario",
"version": "0.2.0",
"version": "0.5.0",
"description": "Two-factor encrypted password manager",
"icons": {
"16": "icons/icon-16.png",

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Relicario",
"version": "0.2.0",
"version": "0.5.0",
"description": "Two-factor encrypted password manager",
"icons": {
"16": "icons/icon-16.png",

View File

@@ -1,12 +1,12 @@
{
"name": "relicario-extension",
"version": "0.2.0",
"version": "0.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "relicario-extension",
"version": "0.2.0",
"version": "0.5.0",
"dependencies": {
"jsqr": "^1.4.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "relicario-extension",
"version": "0.2.0",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "webpack --mode production",