Skip to content

Commit

Permalink
🔖 Version bump 1.0.2 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
faiyaz-shaikh authored Jan 10, 2023
1 parent af4254c commit de5b7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit de5b7a8

Please sign in to comment.