From 4d833a481c9467d4405e6c489797a0d8f6f1ec67 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Sun, 23 Aug 2015 21:14:08 +0200 Subject: [PATCH] Preparing 1.4.0 release --- changelog.yml | 3 +++ theme.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index a5a1a2b..2f78382 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,5 +1,8 @@ url: https://github.com/AsgardCms/AdminLTE versions: + "1.4.0": + changed: + - Adding site name to titles in administration "1.3.0": changed: - Translating the top-nav diff --git a/theme.json b/theme.json index b972f43..c5c8501 100644 --- a/theme.json +++ b/theme.json @@ -2,5 +2,5 @@ "name": "AdminLTE", "description": "This is an administration theme", "type": "backend", - "version": "1.3.0" + "version": "1.4.0" }