Skip to content

Commit

Permalink
0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
justasm committed Oct 9, 2015
1 parent f0a55dc commit 18cb106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Usage
Add it to your project using Gradle:

```groovy
compile 'com.jmedeisis:windowview:0.1.0'
compile 'com.jmedeisis:windowview:0.1.1'
```

Use in place of an `ImageView`. Example XML layout file:
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.1.1"
}
buildTypes {
release {
Expand Down Expand Up @@ -38,7 +38,7 @@ publish {
userOrg = 'justasm'
groupId = 'com.jmedeisis'
artifactId = 'windowview'
version = "0.1.0"
version = "0.1.1"
licences = ['MIT']
description = "An Android ImageView you pan by tilting your device."
website = 'https://github.com/justasm/WindowView'
Expand Down

0 comments on commit 18cb106

Please sign in to comment.