Skip to content

Commit

Permalink
[RELEASE] new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillbolliger committed Sep 7, 2022
1 parent d7552fb commit e59b5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collectme.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Collectme
* Plugin URI: https://github.com/grueneschweiz/collectme
* Description: Handle signature collections with ease.
* Version: 2.0.1
* Version: 2.0.2
* Requires at least: 6.0
* Requires PHP: 8.1
* Author: Cyrill Bolliger
Expand All @@ -23,7 +23,7 @@
die;
}

const COLLECTME_VERSION = '2.0.0';
const COLLECTME_VERSION = '2.0.2';
const COLLECTME_PLUGIN_NAME = __FILE__;
const COLLECTME_BASE_PATH = __DIR__;

Expand Down

0 comments on commit e59b5d5

Please sign in to comment.