Skip to content

Commit

Permalink
Updated the version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Jan 8, 2017
1 parent 1e5dd77 commit df97e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1.0'
compile 'com.devbrackets.android:exomedia:3.1.1'
}
```

Expand Down Expand Up @@ -70,7 +70,7 @@ public void onPrepared() {
License
-------

Copyright 2016 Brian Wernick
Copyright 2017 Brian Wernick

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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: 'com.novoda.bintray-release'

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

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

0 comments on commit df97e58

Please sign in to comment.