Skip to content

Commit

Permalink
[+] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
progress44 committed Oct 20, 2019
1 parent 5e03b08 commit 5fc14de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sink.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Plugin Name: Sink
* Description: Sync media to S3
* Version: 0.0.1
* Description: Sync media to S3 seamlessly
* Version: 1.0.0
* 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', '0.0.1' );
define( 'SINK_VERSION', '1.0.0' );

class Sink
{
Expand Down

0 comments on commit 5fc14de

Please sign in to comment.