Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbarbosadrip committed Aug 3, 2022
1 parent 561162e commit e0b2b83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [NEXT]
# 1.2.4
- BREAKING CHANGE: moved `context` of the TutorialCoachMark to `show` method. `tutorialCoachMark.show(context:context);`
- Resolve issue [#125](https://github.com/RafaelBarbosatec/tutorial_coach_mark/issues/125)

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.3"
version: "1.2.4"
vector_math:
dependency: transitive
description:
Expand Down
16 changes: 1 addition & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,11 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
lints:
dependency: transitive
description:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -157,4 +143,4 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.17.0-206.0.dev <3.0.0"
dart: ">=2.17.0-0 <3.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tutorial_coach_mark
description: Guide that helps you to present your app and its features in a beautiful, simple and customizable way. Tutorial | Guide | Coach.
version: 1.2.3
version: 1.2.4
homepage: https://github.com/RafaelBarbosatec/tutorial_coach_mark

environment:
Expand Down

0 comments on commit e0b2b83

Please sign in to comment.