Skip to content

Commit 90f5066

Browse files
committed
README updated
1 parent 8a719e8 commit 90f5066

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Usage
3232
<dependency>
3333
<groupId>com.github.alamkanak</groupId>
3434
<artifactId>android-week-view</artifactId>
35-
<version>1.1.1</version>
35+
<version>1.1.2</version>
3636
<type>aar</type>
3737
</dependency>
3838
```
3939
* Grab via gradle
4040

4141
```groovy
42-
compile 'com.github.alamkanak:android-week-view:1.1.1'
42+
compile 'com.github.alamkanak:android-week-view:1.1.2'
4343
```
4444
2. Add WeekView in your xml layout.
4545

@@ -131,6 +131,11 @@ To do
131131
Changelog
132132
-------
133133

134+
**Version 1.1.2**
135+
136+
* Small bugs fixed
137+
* Hour separator inconsistency fixed
138+
134139
**Version 1.1.1**
135140

136141
* Overlapping event bug fixed

0 commit comments

Comments
 (0)