Skip to content

Commit d2113c2

Browse files
author
TheFinestArtist
committed
Bump up the version & Release
1 parent b0ba634 commit d2113c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Easily reference the library in your Android projects using this dependency in y
4141

4242
```java
4343
dependencies {
44-
compile 'com.thefinestartist:finestwebview:1.0.2'
44+
compile 'com.thefinestartist:finestwebview:1.0.3'
4545
}
4646
```
4747

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 7
1515
targetSdkVersion 23
16-
versionCode 3
17-
versionName "1.0.2"
16+
versionCode 1
17+
versionName "1.0.3"
1818
}
1919
}
2020

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

0 commit comments

Comments
 (0)