Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Oct 30, 2017
1 parent fa6026f commit 28bdc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wampum-protected-media.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Wampum - Protected Media
* Plugin URI: https://bizbudding.com
* Description: Attach PDFs to pages/posts/cpts that can only be viewed from the pages they are attached to (via PDF.js). Requires Genesis for file display and ACF Pro for the files metabox.
* Version: 1.0.5
* Version: 1.1.0
*
* Author: Mike Hemberger, BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -98,7 +98,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'WAMPUM_PROTECTED_MEDIA_VERSION' ) ) {
define( 'WAMPUM_PROTECTED_MEDIA_VERSION', '1.0.5' );
define( 'WAMPUM_PROTECTED_MEDIA_VERSION', '1.1.0' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 28bdc6d

Please sign in to comment.