Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 15, 2023
1 parent 93978e0 commit 98551f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version = 1

[[package]]
name = "dojo"
version = "0.3.5"
source = "git+https://github.com/dojoengine/dojo#008b9e55da44c14e839ec8e1f62f0c2fef568f77"
version = "0.3.10"
source = "git+https://github.com/dojoengine/dojo#104afa0a59726921236b71285010cd1086dc4e05"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_examples"
version = "0.3.5"
version = "0.3.10"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "0.3.6"
version = "0.3.10"
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
cairo-version = "2.2.0"
name = "dojo_examples"
version = "0.3.5"
version = "0.3.10"

[cairo]
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.3.5" }
dojo = { git = "https://github.com/dojoengine/dojo", version = "0.3.10" }

[[target.dojo]]

Expand Down

0 comments on commit 98551f8

Please sign in to comment.