Skip to content

Commit

Permalink
docs(timestamps): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-sumner committed Apr 19, 2024
1 parent 72618c2 commit 329ac07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timestamps.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
* that starts the plugin.
*
* @link https://www.scoredetect.com/
* @since 1.0.0
* @since 1.1.0
* @package SDCOM_Timestamps
*
* @wordpress-plugin
* Plugin Name: Timestamps
* Description: Timestamp your WordPress content to empower your content authenticity and increase user trust.
* Version: 1.0.0
* Version: 1.1.0
* Author: ScoreDetect.com
* Author URI: https://www.scoredetect.com/
* License: AGPL-3.0-only
Expand All @@ -31,7 +31,7 @@
}

// Useful global constants.
define( 'SDCOM_TIMESTAMPS_VERSION', '1.0.0' );
define( 'SDCOM_TIMESTAMPS_VERSION', '1.1.0' );
define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
define( 'SDCOM_TIMESTAMPS_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 329ac07

Please sign in to comment.