Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Sep 30, 2022
1 parent 481f197 commit 7d98b3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import 'state/grid.dart';

// WARNING: Do not modify line below, except for the version string
// (and also add new version string to scadnano_versions_to_link).
const String CURRENT_VERSION = "0.17.5";
const String CURRENT_VERSION = "0.17.6";
const String INITIAL_VERSION = "0.1.0";

// scadnano versions that we deploy so that older versions can be used.
final scadnano_older_versions_to_link =[
// "0.17.3", // accidentally skipped this version
"0.17.5",
"0.17.4",
// "0.17.3", // accidentally skipped this version
"0.17.2",
"0.17.1",
"0.17.0",
Expand Down

0 comments on commit 7d98b3c

Please sign in to comment.