Skip to content

Commit 29bec06

Browse files
committed
Update to 0.2.0 non-alpha
1 parent 5f735f2 commit 29bec06

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
@@ -31,7 +31,7 @@ This is all done without decoding the JPEG to RGB. All operations on the JPEG ar
3131
Add __JpegKit__ to the dependencies block in your `app` level `build.gradle`:
3232

3333
```groovy
34-
compile 'com.camerakit:jpegkit:0.0.1'
34+
compile 'com.camerakit:jpegkit:0.2.0'
3535
```
3636

3737
## Usage

jpegkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ task deployRelease {
111111
}
112112

113113
group = 'com.camerakit'
114-
version = '0.2.0-alpha1'
114+
version = '0.2.0'
115115

116116
install {
117117
repositories.mavenInstaller {

0 commit comments

Comments
 (0)