Skip to content

Commit

Permalink
Prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed Sep 28, 2014
1 parent c2ab822 commit e8ac8cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 1.6.0 *(IN DEVELOPMENT)*
Version 1.6.0 *(2014-09-08)*
--------------------------------

* Added GNU GPLv2 / GPLv3 License (#28)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Download [the latest Release][1] or grab via Maven:
<dependency>
<groupId>de.psdev.licensesdialog</groupId>
<artifactId>licensesdialog</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<type>aar</type>
</dependency>
```
or Gradle:
```groovy
compile('de.psdev.licensesdialog:licensesdialog:1.5.0') {
compile('de.psdev.licensesdialog:licensesdialog:1.6.0') {
exclude module: 'support-v4'
}
```
Expand Down

0 comments on commit e8ac8cb

Please sign in to comment.