Skip to content

Commit fdf7327

Browse files
committed
0.1.1
1 parent 022a609 commit fdf7327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ url = "2.5.4"
2020

2121
[package]
2222
name = "mc-plugin-finder"
23-
version = "0.1.0"
23+
version = "0.1.1"
2424
edition = "2021"
2525

2626
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

ingest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ingest"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)