Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoskov committed Aug 30, 2017
1 parent 756c738 commit 72a4190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/plugins/pagebuilder/pagebuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class PageBuilder {

const version = '1.0.0';
const version = '1.1.0';

private $modx;
private $data;
Expand Down
2 changes: 1 addition & 1 deletion install/setup.data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS `{PREFIX}pagebuilder` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ;


# Upgrading to v1.0.0
# Upgrading to v1.1.0

# adding column for sections container

Expand Down

0 comments on commit 72a4190

Please sign in to comment.