Skip to content

Commit

Permalink
version bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Alberto committed Nov 6, 2019
1 parent e437d9c commit 19adcd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-tika-doc-pdf-indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public function enable_doc_cpt() {
* @param string $file File constructor.
* @param string $version Plugin version.
*/
public function __construct( $file = '', $version = '1.0.2' ) {
public function __construct( $file = '', $version = '1.0.3' ) {
$this->_version = $version;
$this->_token = 'tika_doc_pdf_indexer';

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: carl-alberto
Tags: wordpress, plugin
Requires at least: 4.8
Tested up to: 5.2.3
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion tika-doc-pdf-indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* @return object Tika_Doc_PDF_Indexer
*/
function tika_doc_pdf_indexer() {
$instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.2' );
$instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.3' );

if ( is_null( $instance->settings ) ) {
$instance->settings = Tika_Doc_PDF_Indexer_Settings::instance( $instance );
Expand Down

0 comments on commit 19adcd4

Please sign in to comment.