Skip to content

Commit

Permalink
Fred 1.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Aug 30, 2019
1 parent 8fdc72e commit 8530f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "fred",
"description": "Frontend Editor",
"author": "John Peca",
"version": "1.1.0-pl",
"version": "1.1.1-beta",
"package": {
"menus": [
{
Expand Down
2 changes: 1 addition & 1 deletion core/components/fred/docs/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---------------------------------------
Fred
---------------------------------------
Version: 1.1.0
Version: 1.1.1
Author: John Peca <john@modx.com>
---------------------------------------
Fred is a visual drag-and-drop front-end editor for MODX Revolution.
Expand Down
2 changes: 1 addition & 1 deletion core/components/fred/model/fred/fred.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Fred
{
const VERSION = '1.1.0-pl';
const VERSION = '1.1.1-beta';

public $modx = null;
public $namespace = 'fred';
Expand Down

0 comments on commit 8530f6e

Please sign in to comment.