Skip to content

Commit

Permalink
Fix version mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Mar 16, 2018
1 parent 892dd92 commit a9e9616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Releases

## v0.8.5
* fix nullpointer when using apk file and not dir (thx @yihongyuelan)
* updates apksigner to v27.0.3

## v0.8.4
* add file size info to log output
* fix nullpointer when using apk file and not dir (thx @yihongyuelan)
* updates apksigner to v27.0.3

## v0.8.3
* do not use `javax.xml.bind.*` dependencies, that might crash on jre9
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>at.favre.tools</groupId>
<artifactId>uber-apk-signer</artifactId>
<version>0.8.5</version>
<version>0.8.4</version>

<prerequisites>
<maven>3.1.0</maven>
Expand Down

0 comments on commit a9e9616

Please sign in to comment.