diff --git a/VERSION b/VERSION index 6261a05..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file diff --git a/lib/workout_data_type/workout_type.dart b/lib/workout_data_type/workout_type.dart index 36a0db8..81b8996 100644 --- a/lib/workout_data_type/workout_type.dart +++ b/lib/workout_data_type/workout_type.dart @@ -153,7 +153,7 @@ class Workout { title = ""; numExercises = 0; exercises = ""; - getReadyTime = 0; + getReadyTime = 10; workTime = 0; restTime = 0; halfTime = 0; diff --git a/pubspec.yaml b/pubspec.yaml index 07da95a..3fa57d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.1+23 +version: 1.3.2+24 environment: sdk: '>=2.19.6 <3.0.0'