Skip to content

Commit

Permalink
bump: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chulwoo-park committed Mar 27, 2021
1 parent 91bb0bc commit 7be4959
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

* Migrate to null safety(thanks to @areille #33)

## 0.0.2+1

* Dartfmt line length changed from 120 to 80
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter:
Expand All @@ -14,8 +14,8 @@ dependencies:
path: ../


font_awesome_flutter: ^9.0.0-nullsafety
url_launcher: ^6.0.2
font_awesome_flutter: ^9.0.0
url_launcher: ^6.0.3
url_launcher_web: ^2.0.0

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: timelines
version: 0.0.2+1
version: 0.1.0
description: A powerful & easy to use timeline package for Flutter. All UI components in this package are separate widgets.
homepage: https://chulwoo.dev
repository: https://github.com/chulwoo-park/timelines/
issue_tracker: https://github.com/chulwoo-park/timelines/issues

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.17.0"
flutter: '>=1.17.0'

dependencies:
flutter:
Expand All @@ -16,6 +16,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.9.2
pedantic: ^1.11.0

flutter:

0 comments on commit 7be4959

Please sign in to comment.