Increased the version number

This commit is contained in:
sercan 2021-08-31 16:43:38 +03:00
parent 0f249f287e
commit 08aec7c3db
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -981,7 +981,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
icon : 'heroicons_outline:speakerphone',
link : '/docs/changelog',
badge: {
title : '13.6.1',
title : '13.6.2',
classes: 'px-2 bg-yellow-300 text-black rounded-full'
}
},