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