Skip to content

Commit

Permalink
Tag Luna 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jul 1, 2018
1 parent 9d2415c commit 0ba685d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

class Version {
const LUNA_VERSION = '2.0.11-beta';
const LUNA_VERSION = '2.0.11';
const LUNA_BRANCH = '2.0';
const LUNA_CORE_VERSION = '2.0.5821';
const LUNA_CODE_NAME = 'Emerald';
Expand Down
6 changes: 3 additions & 3 deletions themes/Fifteen/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>fifteen</id>
<name>Fifteen</name>
<developer>Studio 384</developer>
<date>30 June 2018</date>
<version>2.0.10</version>
<date>1 July 2018</date>
<version>2.0.11</version>
<minversion>2.0.0</minversion>
<maxversion>2.0.10</maxversion>
<maxversion>2.0.11</maxversion>
</style>
XML;
?>
6 changes: 3 additions & 3 deletions themes/Sunrise/information.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<id>sunrise</id>
<name>Sunrise</name>
<developer>Studio 384</developer>
<date>30 June 2018</date>
<version>3.0.10</version>
<date>1 July 2018</date>
<version>3.0.11</version>
<minversion>2.0.0</minversion>
<maxversion>2.0.10</maxversion>
<maxversion>2.0.11</maxversion>
<parent_theme>Fifteen</parent_theme>
</style>
XML;
Expand Down

0 comments on commit 0ba685d

Please sign in to comment.