Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-norwood-young committed May 29, 2024
1 parent 6e7fae5 commit 0969999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions election-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Visualisations for the South African general elections.
* Requires at least: 6.1
* Requires PHP: 7.0
* Version: 0.6.2
* Version: 0.7.0
* Author: 10Layer
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -18,7 +18,7 @@
exit; // Exit if accessed directly.
}

define("ELECTIONENGINE_VERSION", '0.6.1');
define("ELECTIONENGINE_VERSION", '0.7.0');
define("ELECTIONENGINE_DIST_DIR", __DIR__ . '/packages/election-engine-wordpress-block/dist/');
define("ELECTIONENGINE_DIST_URL", plugins_url('packages/election-engine-wordpress-block/dist/', __FILE__));
define("ELECTIONENGINE_BLOCK_NAME", 'tenlayer/election-engine');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "election-engine",
"version": "0.6.1",
"version": "0.7.0",
"description": "A South African elections Wordpress plugin written for Daily Maverick",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 0969999

Please sign in to comment.