Skip to content

Commit

Permalink
Tagging 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 27, 2018
1 parent 5e58958 commit 4148143
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.8.2-SNAPSHOT]
[1.8.2]
- Fixed UI hotkeys triggering actions while elements are disabled

[1.8.1]
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.8.2-SNAPSHOT';
def projectVersion = '1.8.2';

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

0 comments on commit 4148143

Please sign in to comment.