Skip to content

Commit

Permalink
Updated version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Aug 22, 2016
1 parent ed9aca1 commit e6c072c
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 @@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile 'com.devbrackets.android:exomedia:3.0.1'
compile 'com.devbrackets.android:exomedia:3.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'bintray-release'

def versionMajor = 3
def versionMinor = 0
def versionPatch = 1
def versionPatch = 2

def libraryGroupId = 'com.devbrackets.android'
def libraryBaseName = 'exomedia'
Expand Down

0 comments on commit e6c072c

Please sign in to comment.