We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b5e3f commit 8ca48f1Copy full SHA for 8ca48f1
3 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
==========
3
4
+Version 1.3.0 *(2015-09-04)*
5
+----------------------------
6
+
7
+ * added GPUImageBilateralFilter (by @wysaid)
8
+ * added flip options to `GPUImage#setRotation`
9
10
Version 1.2.3-SNAPSHOT *(2014-12-15)*
11
----------------------------
12
README.md
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
+ compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
22
23
```
24
gradle.properties
@@ -1,5 +1,5 @@
-VERSION_NAME=1.2.3
-VERSION_CODE=8
+VERSION_NAME=1.3.0
+VERSION_CODE=9
GROUP=jp.co.cyberagent.android.gpuimage
COMPILE_SDK_VERSION=22
0 commit comments