Skip to content

Commit

Permalink
release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Blatko1 committed Oct 27, 2023
1 parent 51fc125 commit fee4ceb
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.8.4"
version = "0.8.5"
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.8.4"
wgpu_text = "0.8.5"
```

## **Usage**
Expand Down

0 comments on commit fee4ceb

Please sign in to comment.