Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderwozniak committed Mar 9, 2019
1 parent 03445c0 commit 1db451d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.2.1]

* Added animated Swipe gesture
* CalendarFormat can be now enforced programmatically

## [0.2.0]

* Added animations to CalendarFormat change
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Table Calendar

[![pub package](https://img.shields.io/pub/v/table_calendar.svg?style=flat-square)](https://pub.dartlang.org/packages/table_calendar)
<a href="https://github.com/Solido/awesome-flutter">
<img src="https://img.shields.io/badge/Awesome-Flutter-52bdeb.svg?longCache=true&style=flat-square" alt="Awesome Flutter" />
</a>
[![Pub Package](https://img.shields.io/pub/v/table_calendar.svg?style=flat-square)](https://pub.dartlang.org/packages/table_calendar)
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-52bdeb.svg?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter)

Flutter Calendar organized neatly into a Table. Autosizes vertically, saving space for other widgets.

Expand Down Expand Up @@ -36,5 +34,5 @@ Add to pubspec.yaml:

```yaml
dependencies:
table_calendar: ^0.2.0
table_calendar: ^0.2.1
```
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: table_calendar
description: Flutter Calendar organized neatly into a Table. Features events and different calendar formats. Autosizes vertically, saving space for other widgets.
version: 0.2.0
version: 0.2.1
author: Aleksander Woźniak <aleksanderwozniak96@gmail.com>
homepage: https://github.com/aleksanderwozniak/table_calendar

Expand Down

0 comments on commit 1db451d

Please sign in to comment.