Skip to content

Commit 6dede8d

Browse files
committed
Bump version to 0.4.0
1 parent 3ab5341 commit 6dede8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Lots of changes were made, so the documentation must be rewritten. You can, howe
55
demo app which provides a working example of the new API.
66

77
```groovy
8-
implementation 'com.otaliastudios:transcoder:0.1.0'
8+
implementation 'com.otaliastudios:transcoder:0.4.0'
99
```
1010

1111
## Setup

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '0.1.0'
6+
version = '0.4.0'
77
group = 'com.otaliastudios'
88
archivesBaseName = 'transcoder'
99

0 commit comments

Comments
 (0)