You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
All: Set min version for synchronising to 3.0.0
This commit is contained in:
@@ -37,7 +37,7 @@ export interface SyncInfoValuePublicPrivateKeyPair {
|
|||||||
//
|
//
|
||||||
// `appMinVersion_` should really just be a constant but for testing purposes it can be changed
|
// `appMinVersion_` should really just be a constant but for testing purposes it can be changed
|
||||||
// using `setAppMinVersion()`
|
// using `setAppMinVersion()`
|
||||||
let appMinVersion_ = '0.0.0';
|
let appMinVersion_ = '3.0.0';
|
||||||
|
|
||||||
export const setAppMinVersion = (v: string) => {
|
export const setAppMinVersion = (v: string) => {
|
||||||
appMinVersion_ = v;
|
appMinVersion_ = v;
|
||||||
|
|||||||
Reference in New Issue
Block a user