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

6
Cargo.lock generated
View File

@@ -2156,7 +2156,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
[[package]]
name = "relicario-cli"
version = "0.2.0"
version = "0.5.0"
dependencies = [
"anyhow",
"arboard",
@@ -2185,7 +2185,7 @@ dependencies = [
[[package]]
name = "relicario-core"
version = "0.2.0"
version = "0.5.0"
dependencies = [
"argon2",
"base64",
@@ -2231,7 +2231,7 @@ dependencies = [
[[package]]
name = "relicario-wasm"
version = "0.2.0"
version = "0.5.0"
dependencies = [
"base64",
"ed25519-dalek",

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-cli"
version = "0.2.0"
version = "0.5.0"
edition = "2021"
description = "CLI for relicario password manager"

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-core"
version = "0.2.0"
version = "0.5.0"
edition = "2021"
description = "Core library for relicario password manager"

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-wasm"
version = "0.2.0"
version = "0.5.0"
edition = "2021"
description = "WASM bindings for relicario password manager"

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",