Skip to content

Commit 80d40ac

Browse files
committed
Bump version to 0.11.0
1 parent 051406f commit 80d40ac

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Town (Example of created map by map-editor)
1313

1414
## Video
1515

16-
https://www.youtube.com/watch?v=CUMPWX-teaY
16+
https://youtu.be/t3Fo2ujrYIo
1717

1818
## Game Objective
1919

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins-common"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["T. Okubo <[email protected]>"]
66

makepak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins-makepak"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["T. Okubo <[email protected]>"]
66

rusted-ruins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["T. Okubo <[email protected]>"]
66

0 commit comments

Comments
 (0)