Skip to content

Commit 7d2b703

Browse files
committed
Bump to version 1.0.1
1 parent c2d6024 commit 7d2b703

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
2222
dependencies {
2323
2424
// ... other dependencies here.
25-
compile 'com.github.SandroMachado:openalpr-android:1.0.0'
25+
compile 'com.github.SandroMachado:openalpr-android:1.0.1'
2626
}
2727
```
2828

Sample/OpenALPRSample/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 23
1111
versionCode 1
12-
versionName "1.0"
12+
versionName "1.0.1"
1313
}
1414
buildTypes {
1515
release {

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 16
1212
targetSdkVersion 23
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "1.0.1"
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)