Skip to content

Commit 4792e36

Browse files
committed
v2.2.1
1 parent da9ff7d commit 4792e36

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Usage
3838
<dependency>
3939
<groupId>com.github.quivr</groupId>
4040
<artifactId>android-week-view</artifactId>
41-
<version>2.2.0</version>
41+
<version>2.2.1</version>
4242
<type>aar</type>
4343
</dependency>
4444
```
4545
* Grab via gradle
4646

4747
```groovy
48-
compile 'com.github.quivr:android-week-view:2.2.0'
48+
compile 'com.github.quivr:android-week-view:2.2.1'
4949
```
5050
2. Add WeekView in your xml layout.
5151

@@ -180,6 +180,9 @@ To do
180180

181181
Changelog
182182
---------
183+
**Version 2.2.1**
184+
* Small fix on string equality
185+
183186
**Version 2.2.0**
184187
* IMPORTANT: Prefetching isn't done by the library anymore (see [#42](/../../pull/42))
185188
* Strings can now be used as Id's of WeekViewEvents

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.2.0
1+
VERSION_NAME=2.2.1
22
GROUP=com.github.quivr
33

44
POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.

0 commit comments

Comments
 (0)