Skip to content

Commit de5b7a8

Browse files
🔖 Version bump 1.0.2 (#169)
1 parent af4254c commit de5b7a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ and it will be automatically reflected in the PR.
7272

7373
### Performing changes
7474

75-
- Create a new local branch from `main` (e.g. `git checkout -b my-new-feature`)
75+
- Create a new local branch from `master` (e.g. `git checkout -b my-new-feature`)
7676
- Make your changes (try to split them up with one PR per feature/fix).
7777
- When committing your changes, make sure that each commit message is clear
7878
(e.g. `git commit -m 'Fixes duplicate key found in example'`).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: calendar_view
22
description: A Flutter package allows you to easily implement all calendar UI and calendar event functionality.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view
55
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues
66

0 commit comments

Comments
 (0)