Skip to content

Commit

Permalink
v1.76-0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Jun 25, 2020
1 parent 5c1f8f5 commit ff4ad75
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
ext {
lwjglVersion = '3.2.3'
imguiVersion = '1.76-0.13'
imguiVersion = '1.76-0.14'
}
switch (OperatingSystem.current()) {
Expand Down Expand Up @@ -87,7 +87,7 @@ dependencies {
<properties>
<lwjgl.version>3.2.3</lwjgl.version>
<imgui.java.version>1.76-0.13</imgui.java.version>
<imgui.java.version>1.76-0.14</imgui.java.version>
</properties>
<!-- Resolve OS version for native libraries -->
Expand Down
Binary file modified bin/imgui-java.dll
Binary file not shown.
Binary file modified bin/imgui-java64.dll
Binary file not shown.
Binary file modified bin/libimgui-java.so
Binary file not shown.
Binary file modified bin/libimgui-java64.dylib
Binary file not shown.
Binary file modified bin/libimgui-java64.so
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.76-0.13
version=1.76-0.14

0 comments on commit ff4ad75

Please sign in to comment.