Skip to content

Commit e595dff

Browse files
committed
Increment version to 0.2.1
1 parent 72c8917 commit e595dff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.0'
34+
compile 'com.camerakit:jpegkit:0.2.1'
3535
```
3636

3737
## Usage

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 15
1212
targetSdkVersion 28
1313
versionCode 1
14-
versionName '0.2.0'
14+
versionName '0.2.1'
1515
externalNativeBuild {
1616
cmake {
1717
cppFlags ''

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'
114+
version = '0.2.1'
115115

116116
install {
117117
repositories.mavenInstaller {

0 commit comments

Comments
 (0)