allow duplicated attribute per note (in effect attributes can be multi-valued). Closes #33

This commit is contained in:
azivner
2018-02-06 21:18:09 -05:00
parent c2a2f195aa
commit 7c74c77a2c
6 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../../package');
const APP_DB_VERSION = 71;
const APP_DB_VERSION = 72;
module.exports = {
app_version: packageJson.version,