Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Nov 22, 2013
1 parent 93c033f commit 26b874d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apply plugin: 'android'

dependencies {
//compile project(':library')
compile 'it.sephiroth.android.library.imagezoom:library:+'
compile project(':library')
//compile 'it.sephiroth.android.library.imagezoom:library:+'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'android-library'
apply plugin: 'signing'

group 'it.sephiroth.android.library.imagezoom'
version '1.0.1'
version '1.0.2'

android {
compileSdkVersion 19
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.sephiroth.android.library.imagezoom</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>ImageViewZoom</name>
<description>Android ImageView widget with zoom and pan capabilities</description>
<url>http://blog.sephiroth.it</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
public abstract class ImageViewTouchBase extends ImageView implements IDisposable {

public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";

public interface OnDrawableChangeListener {

Expand Down

0 comments on commit 26b874d

Please sign in to comment.