Skip to content

Commit f57081a

Browse files
Release 0.7.0-alpha1
1 parent b3bebd6 commit f57081a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tetra"
33
description = "A simple 2D game framework written in Rust"
4-
version = "0.6.7"
4+
version = "0.7.0-alpha1"
55
edition = "2021"
66
authors = ["Joe Clay <[email protected]>"]
77
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Tetra is a simple 2D game framework written in Rust. It uses SDL2 for event hand
2828
To add Tetra to your project, add the following line to your `Cargo.toml` file:
2929

3030
```toml
31-
tetra = "0.6"
31+
tetra = "0.7.0-alpha1"
3232
```
3333

3434
You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! To add Tetra to your project, add the following line to your `Cargo.toml` file:
2222
//!
2323
//! ```toml
24-
//! tetra = "0.6"
24+
//! tetra = "0.7"
2525
//! ```
2626
//!
2727
//! You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).

0 commit comments

Comments
 (0)