diff --git a/Cargo.toml b/Cargo.toml index 0022f757..76d526dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpu-allocator" -version = "0.26.0" +version = "0.27.0" authors = ["Traverse Research "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index a7cafb1e..7349a254 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.26.0" +gpu-allocator = "0.27.0" ``` ![Visualizer](visualizer.png) diff --git a/README.tpl b/README.tpl index 4ca17746..f529d4ef 100644 --- a/README.tpl +++ b/README.tpl @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.26.0" +gpu-allocator = "0.27.0" ``` ![Visualizer](visualizer.png)