We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45b029 commit 95f05caCopy full SHA for 95f05ca
1 file changed
lib/src/constants.dart
@@ -9,12 +9,12 @@ import 'state/grid.dart';
9
10
// WARNING: Do not modify line below, except for the version string
11
// (and also add new version string to scadnano_versions_to_link).
12
-const String CURRENT_VERSION = "0.19.5";
+const String CURRENT_VERSION = "0.20.0";
13
const String INITIAL_VERSION = "0.1.0";
14
15
// scadnano versions that we deploy so that older versions can be used.
16
final scadnano_older_versions_to_link = [
17
- "0.19.4",
+ "0.19.5",
18
"0.18.10",
19
"0.17.14",
20
// "0.17.13",
0 commit comments