Skip to content

Commit

Permalink
Version bump to 1.3-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyfae committed Apr 18, 2022
1 parent 82c5d47 commit a7a22f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Book Database
* Plugin URI: https://shop.nosegraze.com/product/book-database/
* Description: Maintain a database of books and reviews.
* Version: 1.2
* Version: 1.3-alpha1
* Author: Ashley Gibson
* Author URI: http://www.nosegraze.com
* License: GPL2 License
Expand Down Expand Up @@ -32,7 +32,7 @@
namespace Book_Database;

if (! defined('BDB_VERSION')) {
define('BDB_VERSION', '1.2');
define('BDB_VERSION', '1.3-alpha1');
}
if (! defined('BDB_DIR')) {
define('BDB_DIR', plugin_dir_path(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "book-database",
"title": "Book Database",
"version": "1.2.2",
"version": "1.3.0",
"description": "Maintain a database of books and reviews.",
"author": "Ashley Gibson",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit a7a22f6

Please sign in to comment.