Skip to content

Commit c9fc731

Browse files
committed
feat: update changelog + version
1 parent a38294e commit c9fc731

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.2
2+
3+
- INFO: Updated dependencies (Flutter 3.33.0)
4+
- INFO: Steps are now return a Future, so you can do async operations before returning the step
5+
- INFO: onResult is now called after onNextStep has finished
6+
17
# 0.3.1
28

39
- INFO: Updated dependencies (Flutter 3.32.1)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: survey_kit
22
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://quickbirdstudios.com
55
repository: https://github.com/quickbirdstudios/survey_kit
66
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues

0 commit comments

Comments
 (0)