Correction favorite

This commit is contained in:
2018-12-16 19:34:26 +09:00
parent dbf28b5afa
commit d2e97c3348
2 changed files with 8 additions and 7 deletions

View File

@ -3,8 +3,8 @@
namespace WebProjectFitness;
class Config {
const SITE_JS_VERSION = '1.04';
const SITE_CSS_VERSION = '1.04';
const SITE_JS_VERSION = '1.05';
const SITE_CSS_VERSION = '1.05';
const TITLE_HEADER = 'Fitness';
const DESCRIPTION_HEADER = 'Site for find all the fitness exercise you need';