diff --git a/cgltf.h b/cgltf.h index 0b34bf8..fa43be5 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.1 + * Version: 1.2 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index 4a46804..27432c6 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.0 + * Version: 1.2 * * Website: https://github.com/jkuhlmann/cgltf *