Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Feb 3, 2016
1 parent 50e2cea commit 26c2007
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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

**Closed issues:**

- min SDK [\#1](https://github.com/SandroMachado/AndroidTampering/issues/1)

**Merged pull requests:**

- Update JitPack badge [\#3](https://github.com/SandroMachado/AndroidTampering/pull/3) ([SandroMachado](https://github.com/SandroMachado))
- Set the minimum SDK version to 10 [\#2](https://github.com/SandroMachado/AndroidTampering/pull/2) ([SandroMachado](https://github.com/SandroMachado))

## [1.0.0](https://github.com/SandroMachado/AndroidTampering/tree/1.0.0) (2016-01-12)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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"
versionName "1.0.1"
}
}

0 comments on commit 26c2007

Please sign in to comment.