Skip to content

Commit

Permalink
Get ready time default to 10 seconds for new workouts
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Mar 23, 2024
1 parent 2afd49d commit f83e8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
2 changes: 1 addition & 1 deletion lib/workout_data_type/workout_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Workout {
title = "";
numExercises = 0;
exercises = "";
getReadyTime = 0;
getReadyTime = 10;
workTime = 0;
restTime = 0;
halfTime = 0;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f83e8e9

Please sign in to comment.