Skip to content

Commit

Permalink
Merge pull request #22 from craxtech/patch-2
Browse files Browse the repository at this point in the history
Update class-tika-doc-pdf-indexer.php
  • Loading branch information
carl-alberto authored Oct 9, 2021
2 parents 99f0159 + 7a2eaee commit 7438ae3
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 7438ae3

Please sign in to comment.