Skip to content

Commit 8ca48f1

Browse files
committed
bump up 1.3.0
1 parent d4b5e3f commit 8ca48f1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
Version 1.3.0 *(2015-09-04)*
5+
----------------------------
6+
7+
* added GPUImageBilateralFilter (by @wysaid)
8+
* added flip options to `GPUImage#setRotation`
9+
410
Version 1.2.3-SNAPSHOT *(2014-12-15)*
511
----------------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919
2020
dependencies {
21-
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
21+
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
2222
}
2323
```
2424

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.2.3
2-
VERSION_CODE=8
1+
VERSION_NAME=1.3.0
2+
VERSION_CODE=9
33
GROUP=jp.co.cyberagent.android.gpuimage
44

55
COMPILE_SDK_VERSION=22

0 commit comments

Comments
 (0)