Skip to content

Commit

Permalink
Merge pull request #16 from uriweb/version-2.1.0
Browse files Browse the repository at this point in the history
Version 2.1.0
  • Loading branch information
alexandragauss authored Mar 7, 2023
2 parents bf6c0ee + 91ba07b commit ba98a58
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions js/composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion uri-tides.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bjcfuller@uri.edu>
Expand Down

0 comments on commit ba98a58

Please sign in to comment.