Skip to content

Commit 82df203

Browse files
committed
Update version to 10.9.0 and API 1.45 and enable NW2 features
Update version to 10.9.0 and API 1.45 and enable NW2 features
1 parent c67360c commit 82df203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/data_storage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ const API_VERSION_1_41 = '1.41.0';
1414
const API_VERSION_1_42 = '1.42.0';
1515
const API_VERSION_1_43 = '1.43.0';
1616
const API_VERSION_1_44 = '1.44.0';
17+
const API_VERSION_1_45 = '1.45.0';
1718

1819
const CONFIGURATOR = {
1920
// all versions are specified and compared using semantic versioning http://semver.org/
2021
API_VERSION_ACCEPTED: '1.2.1',
2122
API_VERSION_MIN_SUPPORTED_BACKUP_RESTORE: '1.5.0',
2223
API_VERSION_MIN_SUPPORTED_PID_CONTROLLER_CHANGE: '1.5.0',
2324
BACKUP_FILE_VERSION_MIN_SUPPORTED: '0.55.0', // chrome.runtime.getManifest().version is stored as string, so does this one
24-
API_VERSION_MAX_SUPPORTED: API_VERSION_1_44,
25+
API_VERSION_MAX_SUPPORTED: API_VERSION_1_45,
2526

2627
connectionValid: false,
2728
connectionValidCliOnly: false,

0 commit comments

Comments
 (0)