1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

All: Set min version for synchronising to 3.0.0

This commit is contained in:
Laurent Cozic 2024-06-29 12:29:41 +02:00
parent 838da6f161
commit a1f9c9c3d8

View File

@ -37,7 +37,7 @@ export interface SyncInfoValuePublicPrivateKeyPair {
//
// `appMinVersion_` should really just be a constant but for testing purposes it can be changed
// using `setAppMinVersion()`
let appMinVersion_ = '0.0.0';
let appMinVersion_ = '3.0.0';
export const setAppMinVersion = (v: string) => {
appMinVersion_ = v;