diff --git a/Cargo.toml b/Cargo.toml index 3e34741..48c3e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpu-allocator" -version = "0.24.0" +version = "0.25.0" authors = ["Traverse Research "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 75a790e..36182b1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.24.0" +gpu-allocator = "0.25.0" ``` ![Visualizer](visualizer.png) diff --git a/README.tpl b/README.tpl index 5f2bc17..ca9388c 100644 --- a/README.tpl +++ b/README.tpl @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.24.0" +gpu-allocator = "0.25.0" ``` ![Visualizer](visualizer.png)