diff --git a/cgltf.h b/cgltf.h index 091061c..bbc641c 100644 --- a/cgltf.h +++ b/cgltf.h @@ -1,7 +1,7 @@ /** * cgltf - a single-file glTF 2.0 parser written in C99. * - * Version: 1.4 + * Version: 1.5 * * Website: https://github.com/jkuhlmann/cgltf * diff --git a/cgltf_write.h b/cgltf_write.h index 5211da4..ce90bcd 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.4 + * Version: 1.5 * * Website: https://github.com/jkuhlmann/cgltf *