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 *