Skip to content

Commit

Permalink
Release v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Aug 12, 2022
1 parent 464d49d commit 3abed8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The Forms module allow you to create multiple forms for users to do, Like Applications, Tickets, Contact Us and much more

## Requirements
- NamelessMC version 2 pre-release 13
- NamelessMC version 2.0.x

## Installation
- Upload the contents of the **upload** directory straight into your NamelessMC installation's directory
Expand Down
2 changes: 1 addition & 1 deletion upload/modules/Forms/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct($language, $forms_language, $pages, $user, $navigati

$name = 'Forms';
$author = '<a href="https://partydragen.com" target="_blank" rel="nofollow noopener">Partydragen</a>';
$module_version = '1.9.1';
$module_version = '1.9.2';
$nameless_version = '2.0.1';

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

0 comments on commit 3abed8b

Please sign in to comment.