Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Mar 14, 2024
1 parent ffe6659 commit 5448fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinkedCustomFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function register() {
$this->name = plugin_lang_get( "title" );
$this->description = plugin_lang_get( "description" );

$this->version = "2.0.1";
$this->version = "2.0.2";
$this->requires = array(
"MantisCore" => "2.3.0",
);
Expand Down

0 comments on commit 5448fc6

Please sign in to comment.