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

Desktop: Remove demo plugins folder and update pinned version of backup plugin (#6801)

This commit is contained in:
Mayank Bondre 2022-09-05 17:06:21 +05:30 committed by GitHub
parent 1504cb71ae
commit 80906cbdb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import Setting from '../../../models/Setting';
const getDefaultPluginsInfo = (): DefaultPluginsInfo => { const getDefaultPluginsInfo = (): DefaultPluginsInfo => {
const defaultPlugins = { const defaultPlugins = {
'io.github.jackgruber.backup': { 'io.github.jackgruber.backup': {
version: '1.0.2', version: '1.1.1',
settings: { settings: {
'path': `${Setting.value('profileDir')}`, 'path': `${Setting.value('profileDir')}`,
}, },