Skip to content

Commit

Permalink
Added version number for plugin updater to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardouglass committed Apr 23, 2020
1 parent e3dbddd commit 8bd63b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion address-mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Requires at least: 5.4
* Tested up to: 5.4
* Version: 0.1.0
* Version: 1.0.0
*/

// If this file is called directly, abort.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ardouglass/address-mapper",
"version": "1.0.0",
"description": "A WordPress plugin that allows users to upload CSVs of addresses, and then query them using a custom endpoint of the WordPress REST API.",
"type": "wordpress-plugin",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "address-mapper",
"version": "1.0.0",
"description": "A WordPress plugin that allows users to upload CSVs of addresses, and then query them using a custom endpoint of the WordPress REST API.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 8bd63b7

Please sign in to comment.