Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Feb 27, 2016
1 parent 7df959f commit 5e2fc6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.3](https://github.com/SandroMachado/AndroidTampering/tree/1.0.3) (2016-02-27)
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.2...1.0.3)

**Closed issues:**

- log message not shown in logcat [\#5](https://github.com/SandroMachado/AndroidTampering/issues/5)

**Merged pull requests:**

- Add Aerial to the applications list [\#8](https://github.com/SandroMachado/AndroidTampering/pull/8) ([SandroMachado](https://github.com/SandroMachado))
- Fix get certificate signature method [\#7](https://github.com/SandroMachado/AndroidTampering/pull/7) ([SandroMachado](https://github.com/SandroMachado))
- Update README.md [\#6](https://github.com/SandroMachado/AndroidTampering/pull/6) ([SandroMachado](https://github.com/SandroMachado))

## [1.0.2](https://github.com/SandroMachado/AndroidTampering/tree/1.0.2) (2016-02-03)
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.1...1.0.2)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName "1.0.2"
versionName "1.0.3"
}
}

0 comments on commit 5e2fc6b

Please sign in to comment.