Skip to content

Commit 8e153b7

Browse files
committed
Bump version to 0.1.1
1 parent 8d37b57 commit 8e153b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multiplayer-game-demo-rust"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Bálint Kiss"]
55
edition = "2021"
66
description = "Networked multiplayer proof-of-concept game demo utilizing client-server architecture."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
## Try it out!
2020

21-
- [Windows 64-bit download](https://github.com/balintkissdev/multiplayer-game-demo-rust/releases/download/0.1.0/multiplayer-game-demo-rust-0.1.0-win64.zip)
22-
- [Linux 64-bit download](https://github.com/balintkissdev/multiplayer-game-demo-rust/releases/download/0.1.0/multiplayer-game-demo-rust-0.1.0-linux-x86_64.tar.gz)
21+
- [Windows 64-bit download](https://github.com/balintkissdev/multiplayer-game-demo-rust/releases/download/0.1.1/multiplayer-game-demo-rust-0.1.1-win64.zip)
22+
- [Linux 64-bit download](https://github.com/balintkissdev/multiplayer-game-demo-rust/releases/download/0.1.1/multiplayer-game-demo-rust-0.1.1-linux-x86_64.tar.gz)
2323

2424
## Motivation
2525

0 commit comments

Comments
 (0)