aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-05 21:55:13 +0100
committerHampusM <hampus@hampusmat.com>2023-03-05 21:55:13 +0100
commit5045fff7674182df9751fed6d3c3aad833a241d7 (patch)
treec125552560b84fcc82078500f9097a97531f3990
parent3cc9bec761ad81c48bf18bda599232588980b1cb (diff)
build: bump version to 0.1.1v0.1.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d00f1b7..2c2f96f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "opengl-registry"
-version = "0.1.0"
+version = "0.1.1"
license = "MIT OR Apache-2.0"
edition = "2021"
description = "Rust API for the OpenGL API and Extension Registry"