diff --git a/README.md b/README.md index 34cfc3a..510c8af 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Contributors: Brandon Fuller, John Pennypacker Tags: widgets Requires at least: 4.0 Tested up to: 6.0 -Stable tag: 2.0.1 +Stable tag: 2.1.0 diff --git a/js/composer.json b/js/composer.json new file mode 100644 index 0000000..02f77ee --- /dev/null +++ b/js/composer.json @@ -0,0 +1,17 @@ +{ + "name": "uriweb/uri-tides", + "type": "wordpress-plugin", + "description": "Display live tide data from NOAA", + "authors": [ + { + "name": "URI Web Communications", + "email": "web-group@uri.edu", + "homepage": "https://github.com/uriweb" + } + ], + "homepage": "https://www.uri.edu", + "license": "GPL-3.0-only", + "require": { + "php": ">=7.4" + } +} \ No newline at end of file diff --git a/uri-tides.php b/uri-tides.php index 56a5e90..af2263b 100755 --- a/uri-tides.php +++ b/uri-tides.php @@ -3,7 +3,7 @@ Plugin Name: URI Tides Plugin URI: http://www.uri.edu Description: Display live tide data from NOAA (requires URI Tides Updater as a controller) -Version: 2.0.1 +Version: 2.1.0 Author: URI Web Communications Author URI: @author: Brandon Fuller