Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Dec 17, 2015
1 parent c2d6024 commit 7d2b703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
dependencies {
// ... other dependencies here.
compile 'com.github.SandroMachado:openalpr-android:1.0.0'
compile 'com.github.SandroMachado:openalpr-android:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion Sample/OpenALPRSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.0.1"
}
buildTypes {
release {
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 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 7d2b703

Please sign in to comment.