Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
rel: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Sep 2, 2018
1 parent f5ed1d2 commit e831e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This library provides a Material Design CalendarView for Android (week and day v
1. Add the library to your gradle script

```groovy
implementation 'com.jonaswanke.calendar:calendar:0.1.0'
implementation 'com.jonaswanke.calendar:calendar:0.1.1'
```

2. Add CalendarView in you layout
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
targetSdkVersion = 28
compileSdkVersion = 28

versionName = '0.1.0'
versionCode = 6
versionName = '0.1.1'
versionCode = 7

detektVersion = "1.0.0.RC8"
}
Expand Down

0 comments on commit e831e87

Please sign in to comment.