diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..07c672a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# COMMITREACT CHANGE LOG + +## Version 1.0.0 (July 25th, 2019) + +### Chores + +- Initial release diff --git a/CommitReact.php b/CommitReact.php index 9839ce9..1d2c579 100644 --- a/CommitReact.php +++ b/CommitReact.php @@ -11,7 +11,7 @@ public function register() $this->description = plugin_lang_get("description"); $this->page = 'config'; - $this->version = "1.1.0"; + $this->version = "1.0.0"; $this->requires = array( "MantisCore" => "2.0.1", "Source" => "2.2.0"