Skip to content

Commit

Permalink
[+] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
progress44 committed Oct 23, 2019
1 parent 362f37e commit 6fdc0dd
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.0
* Version: 1.0.1
* Author: Caffeina
* Author URI: https://caffeina.com/
* Plugin URI: https://github.com/caffeinalab/sink
Expand All @@ -24,7 +24,7 @@

define( 'SINK_URL', plugin_dir_url( __FILE__ ) );
define( 'SINK_PATH', plugin_dir_path( __FILE__ ) );
define( 'SINK_VERSION', '1.0.0' );
define( 'SINK_VERSION', '1.0.1' );

/**
* Main class of the plugin. Everything starts here
Expand Down

0 comments on commit 6fdc0dd

Please sign in to comment.