mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
store images in notes, basic structure
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
|
||||
const APP_DB_VERSION = 114;
|
||||
const SYNC_VERSION = 1;
|
||||
const APP_DB_VERSION = 115;
|
||||
const SYNC_VERSION = 2;
|
||||
|
||||
module.exports = {
|
||||
appVersion: packageJson.version,
|
||||
|
||||
Reference in New Issue
Block a user