Skip to content

Commit

Permalink
Release version 0.1.3 (#8)
Browse files Browse the repository at this point in the history
* Bump version 0.1.3
* Update Readme
  • Loading branch information
lenguyenthanh committed Jun 14, 2021
1 parent bd50541 commit 53e66b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can get `Beckon` by using [Jitpack](https://jitpack.io/#technocreatives/beck

```Gradle
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
Expand Down
2 changes: 1 addition & 1 deletion beckon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
targetSdkVersion 30
buildToolsVersion = "30.0.2"
versionCode 1
versionName "0.1.0"
versionName "0.1.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 53e66b6

Please sign in to comment.