From de5b7a884925b203c0b7c0062cfcfe6f028ee227 Mon Sep 17 00:00:00 2001 From: faiyaz-shaikh <89002539+faiyaz-shaikh@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:59:12 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=20bump=201.0.2=20(#169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 848b49a6..3bc08747 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ and it will be automatically reflected in the PR. ### Performing changes -- Create a new local branch from `main` (e.g. `git checkout -b my-new-feature`) +- Create a new local branch from `master` (e.g. `git checkout -b my-new-feature`) - Make your changes (try to split them up with one PR per feature/fix). - When committing your changes, make sure that each commit message is clear (e.g. `git commit -m 'Fixes duplicate key found in example'`). diff --git a/pubspec.yaml b/pubspec.yaml index 4330bf33..6e2f32f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: calendar_view description: A Flutter package allows you to easily implement all calendar UI and calendar event functionality. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues