Skip to content

Commit

Permalink
Merge pull request #31 from 8ivek/version_update
Browse files Browse the repository at this point in the history
added functionality
  • Loading branch information
8ivek authored Apr 6, 2023
2 parents 400c1ef + e5dd0fa commit d8e7660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yapt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
* that starts the plugin.
*
* @link https://github.com/8ivek/yapt
* @since 3.0.0
* @since 3.1.0
* @package Yapt
*
* @wordpress-plugin
* Plugin Name: YA Pricing Table
* Plugin URI: https://github.com/8ivek/yapt
* Description: Easily create and publish beautiful pricing tables with no programming knowledge.
* Version: 3.0.0
* Version: 3.1.0
* Author: bCripts
* Author URI: https://github.com/8ivek/ya-pricing-table
* License: GPL-2.0+
Expand All @@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('YAPT_VERSION', '3.0.0');
define('YAPT_VERSION', '3.1.0');

$url = plugin_dir_url(__FILE__);
define('YAPT_PLUGIN_URL', $url);
Expand Down

0 comments on commit d8e7660

Please sign in to comment.