Skip to content

Commit

Permalink
Tagging 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jul 13, 2019
1 parent dd7f426 commit 4490e25
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.1.0-SNAPSHOT]
[1.1.0]
- Switch to tunnelvisionlabs ANTLR implementation for improved performance
- Add option to exclude path/s from generation (thanks Ryan Dowling)
- Add option to set the comment format for extracting comments (thanks Ryan Dowling)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def mavenProjects() {
subprojects.findAll { !it.name.contains('antlr') }
}

def projectVersion = '1.1.0-SNAPSHOT';
def projectVersion = '1.1.0';

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

0 comments on commit 4490e25

Please sign in to comment.