From 78e9b0882fd65d21a6154de1e89f14ae58ac8425 Mon Sep 17 00:00:00 2001 From: Jesse Y Date: Wed, 8 May 2019 22:43:34 -0700 Subject: [PATCH] Update version for release (#58) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5c06fb..ddab446 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required (VERSION 3.8) -project(fx-gltf VERSION 1.0.1) +cmake_minimum_required (VERSION 3.8) +project(fx-gltf VERSION 1.0.2) option(FX_GLTF_INSTALL "If the library should be installed" ON) option(FX_GLTF_USE_INSTALLED_DEPS "If installed or repo local dependencies should be used" OFF)