Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blatko1 committed Mar 22, 2023
1 parent 75b8fa5 commit fb71597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "wgpu_text"
authors = ["Leon (Blatko1)"]
version = "0.6.7"
version = "0.7.0"
edition = "2021"
description = "A simple 2D text renderer for wgpu"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
wgpu_text = "0.6.7"
wgpu_text = "0.7.0"
```

## **Usage**
Expand Down

0 comments on commit fb71597

Please sign in to comment.