Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBooker committed May 13, 2024
1 parent bb6ef7b commit edbd585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompress",
"version": "0.1.0",
"version": "0.2.0",
"description": "Monitor your WordPress install with Prometheus.",
"author": "Peter Booker <mail@peterbooker.com>",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions prompress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: PromPress
* Plugin URI: https://github.com/PeterBooker/prompress
* Description: Monitor your WordPress website with Prometheus.
* Version: 0.1.0
* Version: 0.2.0
* Author: Peter Booker
* Author URI: https://peterbooker.com
* Text Domain: prompress
Expand All @@ -22,7 +22,7 @@
die();
}

\define( 'PROMPRESS_VERSION', '0.1.0' );
\define( 'PROMPRESS_VERSION', '0.2.0' );
\define( 'PROMPRESS_DIR', \plugin_dir_path( __FILE__ ) );
\define( 'PROMPRESS_URL', \plugin_dir_url( __FILE__ ) );
\define( 'PROMPRESS_MIN_PHP_VERSION', '8.1' );
Expand Down

0 comments on commit edbd585

Please sign in to comment.