diff --git a/CHANGELOG.md b/CHANGELOG.md index a7122cd7..05acda51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.1] + +* Added cell text localization based on current locale + ## [3.1.0] * Upgraded to Dart 3 diff --git a/README.md b/README.md index 3c51c800..f89a6fbb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add the following line to `pubspec.yaml`: ```yaml dependencies: - table_calendar: ^3.1.0 + table_calendar: ^3.1.1 ``` ### Basic setup diff --git a/example/pubspec.lock b/example/pubspec.lock index 678a61d9..618525e4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -158,7 +158,7 @@ packages: path: ".." relative: true source: path - version: "3.1.0" + version: "3.1.1" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d237b937..d7999699 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: table_calendar description: Highly customizable, feature-packed calendar widget for Flutter. -version: 3.1.0 +version: 3.1.1 author: Aleksander Woźniak homepage: https://github.com/aleksanderwozniak/table_calendar