Skip to content

Commit

Permalink
Update version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Jul 20, 2024
1 parent cb1e959 commit 3f7c51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

project(guc VERSION 0.4)
project(guc VERSION 0.5)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cmake --build . -j8 --config Release
### Usage

```
guc 0.4 - glTF to USD converter
guc 0.5 - glTF to USD converter
Usage: guc [options] [--] <gltf_path> <usd_path>
Expand Down

0 comments on commit 3f7c51c

Please sign in to comment.