Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Oct 16, 2021
1 parent 3aa103c commit eb2961d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upload/modules/Forms/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Made by Partydragen
* https://github.com/partydragen/Nameless-Forms
* NamelessMC version 2.0.0-pr11
* NamelessMC version 2.0.0-pr12
*
* License: MIT
*
Expand All @@ -21,8 +21,8 @@ public function __construct($language, $forms_language, $pages, $user, $queries,

$name = 'Forms';
$author = '<a href="https://partydragen.com" target="_blank" rel="nofollow noopener">Partydragen</a>';
$module_version = '1.8.0';
$nameless_version = '2.0.0-pr11';
$module_version = '1.8.1';
$nameless_version = '2.0.0-pr12';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down

0 comments on commit eb2961d

Please sign in to comment.