Skip to content

Commit

Permalink
v1.76-0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Jun 28, 2020
1 parent f5d5c18 commit 3412da2
Show file tree
Hide file tree
Showing 2 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.14'
imguiVersion = '1.76-0.15'
}
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.14</imgui.java.version>
<imgui.java.version>1.76-0.15</imgui.java.version>
</properties>
<!-- Resolve OS version for native libraries -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.76-0.14
version=1.76-0.15

0 comments on commit 3412da2

Please sign in to comment.