Skip to content

Commit

Permalink
Update class-tika-doc-pdf-indexer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
craxtech authored Oct 9, 2021
1 parent 99f0159 commit 7a2eaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-tika-doc-pdf-indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function load_plugin_textdomain() {
* @see Tika_Doc_PDF_Indexer()
* @return Main Tika_Doc_PDF_Indexer instance
*/
public static function instance( $file = '', $version = '1.0.0' ) {
public static function instance( $file = '', $version = '1.0.5' ) {
if ( is_null( self::$instance ) ) {
self::$instance = new self( $file, $version );
}
Expand Down 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.4' ) {
public function __construct( $file = '', $version = '1.0.5' ) {
$this->_version = $version;
$this->_token = 'tika_doc_pdf_indexer';

Expand Down

0 comments on commit 7a2eaee

Please sign in to comment.