Skip to content

Commit

Permalink
Version 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Feb 25, 2024
1 parent 6c39129 commit a3a34b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "plato-core"
version = "0.9.40"
version = "0.9.41"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/emulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "emulator"
version = "0.9.40"
version = "0.9.41"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "fetcher"
version = "0.9.40"
version = "0.9.41"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/importer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "importer"
version = "0.9.40"
version = "0.9.41"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/plato/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Bastien Dejean <[email protected]>"]
name = "plato"
version = "0.9.40"
version = "0.9.41"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit a3a34b8

Please sign in to comment.