Skip to content

Commit 18cb106

Browse files
committed
0.1.1 release.
1 parent f0a55dc commit 18cb106

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage
1313
Add it to your project using Gradle:
1414

1515
```groovy
16-
compile 'com.jmedeisis:windowview:0.1.0'
16+
compile 'com.jmedeisis:windowview:0.1.1'
1717
```
1818

1919
Use in place of an `ImageView`. Example XML layout file:

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 9
1010
targetSdkVersion 23
11-
versionCode 1
12-
versionName "0.1.0"
11+
versionCode 2
12+
versionName "0.1.1"
1313
}
1414
buildTypes {
1515
release {
@@ -38,7 +38,7 @@ publish {
3838
userOrg = 'justasm'
3939
groupId = 'com.jmedeisis'
4040
artifactId = 'windowview'
41-
version = "0.1.0"
41+
version = "0.1.1"
4242
licences = ['MIT']
4343
description = "An Android ImageView you pan by tilting your device."
4444
website = 'https://github.com/justasm/WindowView'

0 commit comments

Comments
 (0)