Skip to content

Commit

Permalink
Update Microlight version to v1.0.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
moonfloof committed Sep 14, 2019
1 parent 46336be commit 68b3936
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// This definition will prevent any files to be loaded outside of this file.
define('MICROLIGHT', 'v0.0.1');
define('MICROLIGHT', 'v1.0.0');

try {
// Load user details
Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// This definition will prevent any files to be loaded outside of this file.
define('MICROLIGHT', 'v0.0.1');
define('MICROLIGHT', 'v1.0.0');

session_start();
require_once('includes/config.php');
Expand Down
2 changes: 1 addition & 1 deletion media/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('MICROLIGHT', 'v0.0.1');
define('MICROLIGHT', 'v1.0.0');

chdir('..');
require_once('includes/config.php');
Expand Down
2 changes: 1 addition & 1 deletion micropub/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('MICROLIGHT', 'v0.0.1');
define('MICROLIGHT', 'v1.0.0');

chdir('..');
require_once('includes/config.php');
Expand Down
2 changes: 1 addition & 1 deletion webmention/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('MICROLIGHT', 'v0.0.1');
define('MICROLIGHT', 'v1.0.0');

chdir('..');
require_once('includes/config.php');
Expand Down

0 comments on commit 68b3936

Please sign in to comment.