File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ const API_VERSION_1_41 = '1.41.0';
1414const API_VERSION_1_42 = '1.42.0' ;
1515const API_VERSION_1_43 = '1.43.0' ;
1616const API_VERSION_1_44 = '1.44.0' ;
17+ const API_VERSION_1_45 = '1.45.0' ;
1718
1819const 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 ,
You can’t perform that action at this time.
0 commit comments