Skip to content

Commit ea077a8

Browse files
Release version 3.0.7
1 parent 8e6842c commit ea077a8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.7]
2+
3+
* Added week numbering feature
4+
15
## [3.0.6]
26

37
* Fixed issue with missing Flutter Web platform tag

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the following line to `pubspec.yaml`:
3232

3333
```yaml
3434
dependencies:
35-
table_calendar: ^3.0.6
35+
table_calendar: ^3.0.7
3636
```
3737
3838
### Basic setup

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ packages:
148148
path: ".."
149149
relative: true
150150
source: path
151-
version: "3.0.6"
151+
version: "3.0.7"
152152
term_glyph:
153153
dependency: transitive
154154
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: table_calendar
22
description: Highly customizable, feature-packed calendar widget for Flutter.
3-
version: 3.0.6
3+
version: 3.0.7
44
author: Aleksander Woźniak <aleksanderwozniak96@gmail.com>
55
homepage: https://github.com/aleksanderwozniak/table_calendar
66

0 commit comments

Comments
 (0)