Skip to content

Commit

Permalink
Release 0.4.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 authored May 3, 2024
1 parent c6acf97 commit 2a938ba
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 = "intel_tex_2"
version = "0.3.1"
version = "0.4.0"
authors = ["Traverse Research <[email protected]>", "Graham Wihlidal <[email protected]>"]
description = "Rust bindings for Intel's ISPC texture compressor."
homepage = "https://github.com/Traverse-Research/intel-tex-rs-2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intel_tex_2 = "0.3.1"
intel_tex_2 = "0.4.0"
```

## Example
Expand Down

0 comments on commit 2a938ba

Please sign in to comment.