Skip to content

Commit

Permalink
Merge pull request #26 from wpugph/cnrsys-patch-3
Browse files Browse the repository at this point in the history
Main lib add version bump to 6.0.3
  • Loading branch information
carl-alberto authored Oct 24, 2022
2 parents fc791b7 + 7e7207a commit da5926a
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.5' ) {
public static function instance( $file = '', $version = '1.0.6' ) {
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.5' ) {
public function __construct( $file = '', $version = '1.0.6' ) {
$this->_version = $version;
$this->_token = 'tika_doc_pdf_indexer';

Expand Down

0 comments on commit da5926a

Please sign in to comment.