summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-07 17:47:12 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-07 17:47:12 +1300
commit492cfb25742a2a6ca96671e6a9f3f3bfccf65b3e (patch)
treeb0e9f571d83b17fcd5c823519c24061ae6d7d7ae
parent5118fbcc0618dadcb82247a7fedcdcb383fc4c96 (diff)
downloadbuffer-492cfb25742a2a6ca96671e6a9f3f3bfccf65b3e.zip
Update version to 1.1.0HEADv1.1.0main
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8e374e..78e4158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "buffer"
-version = "1.0.1"
+version = "1.1.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Common 2-dimensional colour buffer type"