Skip to content

Commit

Permalink
[+] Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
progress44 committed Apr 11, 2020
1 parent 01a3ea0 commit b97cd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sink.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Sink
* Description: Sync media to S3 seamlessly
* Version: 1.0.4
* Version: 1.0.5
* Author: Caffeina
* Author URI: https://caffeina.com/
* Plugin URI: https://github.com/caffeinalab/sink
Expand All @@ -15,6 +15,6 @@

define('SINK_URL', plugin_dir_url(__FILE__));
define('SINK_PATH', plugin_dir_path(__FILE__));
define('SINK_VERSION', '1.0.4');
define('SINK_VERSION', '1.0.5');

add_action('plugins_loaded', array('Sink\Sink', 'init'));

0 comments on commit b97cd38

Please sign in to comment.