Skip to content

Commit 95f05ca

Browse files
committed
bumped version
1 parent d45b029 commit 95f05ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/constants.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import 'state/grid.dart';
99

1010
// WARNING: Do not modify line below, except for the version string
1111
// (and also add new version string to scadnano_versions_to_link).
12-
const String CURRENT_VERSION = "0.19.5";
12+
const String CURRENT_VERSION = "0.20.0";
1313
const String INITIAL_VERSION = "0.1.0";
1414

1515
// scadnano versions that we deploy so that older versions can be used.
1616
final scadnano_older_versions_to_link = [
17-
"0.19.4",
17+
"0.19.5",
1818
"0.18.10",
1919
"0.17.14",
2020
// "0.17.13",

0 commit comments

Comments
 (0)