From 1bdc84d3bb81fa69bcf71ed5cafe63e58df1448a Mon Sep 17 00:00:00 2001 From: Johannes Kuhlmann Date: Mon, 22 Mar 2021 21:14:58 +0100 Subject: [PATCH] Update version number. --- cgltf.h | 2 +- cgltf_write.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgltf.h b/cgltf.h index e4884fd..4cc2d7e 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.9 + * Version: 1.10 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index 7a7709c..0b0162c 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.9 + * Version: 1.10 * * Website: https://github.com/jkuhlmann/cgltf *