Skip to content

Commit

Permalink
added v0.12.2 to list of older versions to link to in Help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Nov 20, 2020
1 parent 59a2638 commit 8484ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const String INITIAL_VERSION = "0.1.0";
// scadnano versions that we deploy so that older versions can be used.
// CURRENT_VERSION should be the highest version in this list.
final scadnano_older_versions_to_link =[
"0.12.2",
"0.12.1",
];
final scadnano_versions_to_link = [CURRENT_VERSION] + scadnano_older_versions_to_link;
Expand Down

0 comments on commit 8484ca0

Please sign in to comment.