Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mation committed Sep 10, 2019
1 parent de7fd14 commit b132a0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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": "RBM_CPTs",
"version": "1.1.4",
"version": "1.2.0",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions rbm-cpts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: RBM Custom Post Types
* Description: Creates custom post types.
* Version: 1.1.4
* Version: 1.2.0
* Author: Real Big Marketing
* Author URI: http://realbigmarketing.com
* GitHub Plugin URI: realbig/rbm-cpts
Expand All @@ -14,7 +14,7 @@
if ( ! class_exists( 'RBM_CPTS' ) ) {

// Define plugin constants
define( 'RBM_CPTS_VERSION', '1.1.4' );
define( 'RBM_CPTS_VERSION', '1.2.0' );
define( 'RBM_CPTS_DIR', plugin_dir_path( __FILE__ ) );
define( 'RBM_CPTS_URL', plugins_url( '', __FILE__ ) );

Expand Down

0 comments on commit b132a0f

Please sign in to comment.