From aef41eabebc95507f3140688272f31f3af851530 Mon Sep 17 00:00:00 2001 From: Johannes Kuhlmann Date: Mon, 13 Sep 2021 21:02:31 +0200 Subject: [PATCH] Update version numbers. --- cgltf.h | 2 +- cgltf_write.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgltf.h b/cgltf.h index a25b11d..7858697 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.10 + * Version: 1.11 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index 5561f57..8b96eb2 100644 --- a/cgltf_write.h +++ b/cgltf_write.h @@ -1,7 +1,7 @@ /** * cgltf_write - a single-file glTF 2.0 writer written in C99. * - * Version: 1.10 + * Version: 1.11 * * Website: https://github.com/jkuhlmann/cgltf *