Skip to content

Commit

Permalink
Tagging 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jul 13, 2021
1 parent 9cb4a90 commit bc8736a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[1.7.1]
- Reduce allocations in MessageExchange

[1.7.0]
- Changed to using mini2Dx-lock-provider library to support game consoles
- Source/target compatability now Java 8
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(project.hasProperty('ossrhUser') && project.hasProperty("release")) {
}

group = 'org.mini2Dx'
version = '1.7.0'
version = '1.7.1'
description = 'A lightweight message bus library for Java-based game engines'

repositories {
Expand Down

0 comments on commit bc8736a

Please sign in to comment.