Skip to content

Commit

Permalink
chore: next version
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Aug 17, 2024
1 parent 75832e9 commit aa95d9a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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 package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/juno",
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"author": "David Dal Busco <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
2 changes: 1 addition & 1 deletion src/console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "console"
version = "0.0.10"
version = "0.0.11"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions src/libs/satellite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-satellite"
version = "0.0.19"
version = "0.0.19-patch.1"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down Expand Up @@ -44,4 +44,4 @@ rand = { version = "0.8.5", features = ["getrandom"]}
junobuild-shared = "0.0.17"
junobuild-utils = "0.0.2"
junobuild-collections = "0.0.2"
junobuild-storage = "0.0.4"
junobuild-storage = "0.0.5"
2 changes: 1 addition & 1 deletion src/libs/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-storage"
version = "0.0.4"
version = "0.0.5"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit aa95d9a

Please sign in to comment.