Skip to content

Commit

Permalink
Tagging 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 20, 2018
1 parent 8cc9b7a commit b817178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[1.7.9-SNAPSHOT]
[1.7.9]
- [BREAKING] mini2Dx artemis systems moved from package com.artemis.system to com.artemis to provide access to artemis-odb scopes
- Fix interpolation and rendering systems not checking disabled flag
- Fix DispersedIntervalEntitySystem not removing entities from processing queue if deleted between intervals
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def docProjects() {
subprojects.findAll { !it.name.contains('uat') }
}

def projectVersion = '1.7.9-SNAPSHOT';
def projectVersion = '1.7.9';

configure(docProjects()) {
apply plugin: "signing"
Expand Down

0 comments on commit b817178

Please sign in to comment.