Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Set version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Aug 13, 2017
1 parent 688d487 commit d5849be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use tess-two from your app, edit your app module's `build.gradle` file to add
tess-two as an external dependency:

dependencies {
compile 'com.rmtheis:tess-two:7.0.0'
compile 'com.rmtheis:tess-two:8.0.0'
}

[Javadoc][javadoc] is available.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
allprojects {

group = 'com.rmtheis'
version = '7.0.0'
version = '8.0.0'

repositories {
jcenter()
Expand Down

0 comments on commit d5849be

Please sign in to comment.