Merge remote-tracking branch 'origin/demo' into starter

This commit is contained in:
sercan 2021-08-12 17:05:40 +03:00
commit 6381362326
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fuse/starter",
"version": "13.4.0",
"version": "13.5.0",
"description": "Fuse - Angular Admin Template and Starter Project",
"author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard",

View File

@ -1,3 +1,3 @@
import { Version } from '@fuse/version/version';
export const FUSE_VERSION = new Version('13.4.0').full;
export const FUSE_VERSION = new Version('13.5.0').full;