split javascript mime type into frontend and backend

This commit is contained in:
azivner
2018-03-05 22:08:45 -05:00
parent 61c2456cf6
commit b3209a9bbf
6 changed files with 9 additions and 5 deletions

View File

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