Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Jun 24, 2020
1 parent 34b440e commit 4b870bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tetra"
description = "A simple 2D game framework written in Rust"
version = "0.3.6"
version = "0.4.0"
edition = "2018"
authors = ["Joe Clay <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tetra is a simple 2D game framework written in Rust. It uses SDL2 for event hand
To add Tetra to your project, add the following line to your `Cargo.toml` file:

```toml
tetra = "0.3"
tetra = "0.4"
```

You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//! To add Tetra to your project, add the following line to your `Cargo.toml` file:
//!
//! ```toml
//! tetra = "0.3"
//! tetra = "0.4"
//! ```
//!
//! You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).
Expand Down

0 comments on commit 4b870bc

Please sign in to comment.