Skip to content

Commit

Permalink
Merge pull request #5 from maheshwaghmare/dev
Browse files Browse the repository at this point in the history
Release v1.1.2
  • Loading branch information
maheshwaghmare authored May 24, 2020
2 parents ef760fc + 3a057e5 commit bc6bb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Plugin URI: https://profiles.wordpress.org/mahesh901122/
* Author: Mahesh M. Waghmare
* Author URI: https://maheshwaghmare.com/
* Version: 1.1.1
* Version: 1.1.2
* License: GNU General Public License v2.0
* Text Domain: sample-data
*
* @package Sample Data
*/

// Set constants.
define( 'SAMPLE_DATA_VER', '1.1.1' );
define( 'SAMPLE_DATA_VER', '1.1.2' );
define( 'SAMPLE_DATA_FILE', __FILE__ );
define( 'SAMPLE_DATA_BASE', plugin_basename( SAMPLE_DATA_FILE ) );
define( 'SAMPLE_DATA_DIR', plugin_dir_path( SAMPLE_DATA_FILE ) );
Expand Down

0 comments on commit bc6bb3e

Please sign in to comment.