Skip to content

Commit

Permalink
Bump up the version & Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFinestArtist committed Dec 4, 2015
1 parent b0ba634 commit d2113c2
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 @@ -41,7 +41,7 @@ Easily reference the library in your Android projects using this dependency in y

```java
dependencies {
compile 'com.thefinestartist:finestwebview:1.0.2'
compile 'com.thefinestartist:finestwebview:1.0.3'
}
```

Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
versionCode 3
versionName "1.0.2"
versionCode 1
versionName "1.0.3"
}
}

Expand All @@ -30,7 +30,7 @@ publish {
userOrg = 'thefinestartist'
groupId = 'com.thefinestartist'
artifactId = 'finestwebview'
publishVersion = '1.0.2'
publishVersion = '1.0.3'
desc = 'Beautiful and customizable Android Activity that shows web pages within an app.'
website = 'https://github.com/TheFinestArtist/FinestWebView-Android'
}

0 comments on commit d2113c2

Please sign in to comment.