Skip to content

Commit d0e5746

Browse files
committed
Updating version number to v3.1.0
1 parent 7a08e06 commit d0e5746

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "speedy2d"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
authors = ["QuantumBadger <speedy2d@redreader.org>"]
55
edition = "2018"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ change `hello_world` to the name of the example source file).
6161

6262
```toml
6363
[dependencies]
64-
speedy2d = "2.1.0"
64+
speedy2d = "3.1.0"
6565
```
6666

6767
**Step 2:** Create a window:

0 commit comments

Comments
 (0)