Skip to content

Commit

Permalink
version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Alberto committed Nov 6, 2019
1 parent ffa8618 commit 2eada49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0' ) {
public function __construct( $file = '', $version = '1.0.1' ) {
$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.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions tika-doc-pdf-indexer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Tika Doc PDF indexer
* Version: 1.0.0
* Version: 1.0.1
* Plugin URI: https://wordpress.org/plugins/tika-odc-pdf-indexer/
* Description: This indexes your Docs or PDFs into meta datas when uploaded. Based on Apache Tika.
* Author: Carl Alberto
Expand Down 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.0' );
$instance = Tika_Doc_PDF_Indexer::instance( __FILE__, '1.0.1' );

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

0 comments on commit 2eada49

Please sign in to comment.