Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Sep 15, 2021
1 parent d717985 commit a6aeede
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,6 +1,6 @@
[package]
name = "rspirv-reflect"
version = "0.4.1"
version = "0.5.0"
description = "Simple descriptor reflection library for SPIR-V"
authors = ["Traverse Research <support@traverseresearch.nl>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a minimal dependency, SPIR-V reflection library written in rust. It uses

```toml
[dependencies]
rspirv-reflect = "0.4.1"
rspirv-reflect = "0.5.0"
```

### License
Expand Down

0 comments on commit a6aeede

Please sign in to comment.