new attribute "hide_in_autocomplete", fixes #16

This commit is contained in:
azivner
2018-02-13 22:30:33 -05:00
parent 1cef0ce5f9
commit 2e8eeda5ab
6 changed files with 33 additions and 2 deletions

View File

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