Skip to content

Commit

Permalink
Version 0.9.39
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Sep 14, 2023
1 parent 6836a5d commit a0d615a
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 <nihilhill@gmail.com>"]
name = "plato-core"
version = "0.9.38"
version = "0.9.39"
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 <nihilhill@gmail.com>"]
name = "emulator"
version = "0.9.38"
version = "0.9.39"
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 <nihilhill@gmail.com>"]
name = "fetcher"
version = "0.9.38"
version = "0.9.39"
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 <nihilhill@gmail.com>"]
name = "importer"
version = "0.9.38"
version = "0.9.39"
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 <nihilhill@gmail.com>"]
name = "plato"
version = "0.9.38"
version = "0.9.39"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit a0d615a

Please sign in to comment.