Skip to content

Commit

Permalink
[ bump ] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 17, 2020
1 parent fa6d440 commit 656b175
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v0.13.1

+ Enable `USE_IMGUI_TABLES` and `IMGUI_DISABLE_OBSOLETE_FUNCTIONS` back
+ Add bookmarks and extension-info support from file dialog
+ Add `JImGuiUtil.cacheStringToBytes()` from #29
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val isCI = !System.getenv("CI").isNullOrBlank()

allprojects {
group = "org.ice1000.jimgui"
version = "v0.13.0"
version = "v0.13.1"

apply { plugin("java") }

Expand Down
3 changes: 1 addition & 2 deletions core/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ file(GLOB FILE_DIALOG_FILES "fd/*")

set(ALL_LIBRARIES
imgui ${IMGUI_FILES} ${IMGUI_IMPL}
javah
gen ${GENERATED_FILES}
javah gen ${GENERATED_FILES}
fd ${FILE_DIALOG_FILES}
project/fd_wrapper.cpp
project/hand_written_bindings.h
Expand Down

0 comments on commit 656b175

Please sign in to comment.