Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 20, 2024
1 parent 594c3fa commit 4f2ec50
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 2.0.4
* Version: 2.0.5
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-tickets",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"description": "My Tickets WordPress plug-in.",
"author": "Joe Dolson",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sell Event Tickets on any post
* Tags: tickets, events, WordPress
* Requires at least: 4.9
* Tested up to: 6.6
* Stable tag: `2.0.4`
* Stable tag: `2.0.5`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/my-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 2.0.4
* Version: 2.0.5
*/

/*
Expand Down Expand Up @@ -46,7 +46,7 @@
* @return string Current My Tickets version.
*/
function mt_get_current_version() {
$mt_version = '2.0.4';
$mt_version = '2.0.5';

return $mt_version;
}
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text domain: my-tickets
Stable tag: 2.0.4
Stable tag: 2.0.5

My Tickets is a simple, flexible platform for selling event tickets with WordPress.

Expand Down

0 comments on commit 4f2ec50

Please sign in to comment.