Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 12, 2024
1 parent ed9efb6 commit 0594932
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dnas/ziptest/zomes/coordinator/ziptest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ziptest"
version = "0.0.2"
version = "0.0.3"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -10,4 +10,4 @@ name = "ziptest"
[dependencies]
hdk = { workspace = true }
serde = { workspace = true }
ziptest_integrity = { workspace = true }
ziptest_integrity = { workspace = true }
2 changes: 1 addition & 1 deletion dnas/ziptest/zomes/integrity/ziptest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ziptest_integrity"
version = "0.0.2"
version = "0.0.3"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0594932

Please sign in to comment.