diff --git a/Cargo.lock b/Cargo.lock index 810a3b2..25b827d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,7 +1512,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "ziptest" -version = "0.0.2" +version = "0.0.3" dependencies = [ "hdk", "serde", @@ -1521,7 +1521,7 @@ dependencies = [ [[package]] name = "ziptest_integrity" -version = "0.0.2" +version = "0.0.3" dependencies = [ "hdi", "serde", diff --git a/dnas/ziptest/zomes/coordinator/ziptest/Cargo.toml b/dnas/ziptest/zomes/coordinator/ziptest/Cargo.toml index b64efe7..b47ef22 100644 --- a/dnas/ziptest/zomes/coordinator/ziptest/Cargo.toml +++ b/dnas/ziptest/zomes/coordinator/ziptest/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ziptest" -version = "0.0.2" +version = "0.0.3" [lib] crate-type = ["cdylib", "rlib"] @@ -10,4 +10,4 @@ name = "ziptest" [dependencies] hdk = { workspace = true } serde = { workspace = true } -ziptest_integrity = { workspace = true } +ziptest_integrity = { workspace = true } diff --git a/dnas/ziptest/zomes/integrity/ziptest/Cargo.toml b/dnas/ziptest/zomes/integrity/ziptest/Cargo.toml index 1a4e85d..1a3e995 100644 --- a/dnas/ziptest/zomes/integrity/ziptest/Cargo.toml +++ b/dnas/ziptest/zomes/integrity/ziptest/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ziptest_integrity" -version = "0.0.2" +version = "0.0.3" [lib] crate-type = ["cdylib", "rlib"] diff --git a/ui/package.json b/ui/package.json index 3aa6811..c8cae8d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "ui", - "version": "0.0.8", - "dnaVersion": "0.0.2", + "version": "0.0.9", + "dnaVersion": "0.0.3", "scripts": { "start": "vite --clearScreen false --port $UI_PORT", "build": "vite build",