Skip to content

Commit 50f5031

Browse files
committed
added changelog
1 parent f41f7c6 commit 50f5031

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Change Log
2+
==========
3+
4+
Version 1.2.3-SNAPSHO *(2014-12-15)*
5+
----------------------------
6+
7+
* added GPUImageLevelsFilter (by @vashisthg)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
2121
dependencies {
22-
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.2-SNAPSHOT@aar'
22+
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3-SNAPSHOT@aar'
2323
}
2424
```
2525

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.2-SNAPSHOT
2-
VERSION_CODE=6
1+
VERSION_NAME=1.2.3-SNAPSHOT
2+
VERSION_CODE=7
33
GROUP=jp.co.cyberagent.android.gpuimage
44

55
COMPILE_SDK_VERSION=21

0 commit comments

Comments
 (0)