From 54e6bafa47950a3e8a91444f457817b524280ca3 Mon Sep 17 00:00:00 2001 From: Jan Peca Date: Wed, 4 Sep 2019 16:37:17 +0200 Subject: [PATCH] Fred 1.1.1-beta2 --- _build/config.json | 2 +- core/components/fred/model/fred/fred.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_build/config.json b/_build/config.json index b5aa2473..224d3975 100644 --- a/_build/config.json +++ b/_build/config.json @@ -3,7 +3,7 @@ "lowCaseName": "fred", "description": "Frontend Editor", "author": "John Peca", - "version": "1.1.1-beta", + "version": "1.1.1-beta2", "package": { "menus": [ { diff --git a/core/components/fred/model/fred/fred.class.php b/core/components/fred/model/fred/fred.class.php index 83e7d89f..c1b8a8ab 100644 --- a/core/components/fred/model/fred/fred.class.php +++ b/core/components/fred/model/fred/fred.class.php @@ -15,7 +15,7 @@ */ class Fred { - const VERSION = '1.1.1-beta'; + const VERSION = '1.1.1-beta2'; public $modx = null; public $namespace = 'fred';