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 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Aug 21, 2016
1 parent d98b741 commit 77d6bb4
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 @@ -33,7 +33,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:6.0.3'
compile 'com.rmtheis:tess-two:6.0.4'
}

[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 = '6.0.3'
version = '6.0.4'

repositories {
jcenter()
Expand Down

0 comments on commit 77d6bb4

Please sign in to comment.