Skip to content

Commit

Permalink
version bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykooij committed Mar 12, 2019
1 parent d9813e5 commit b5466b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.barrykooij.com/donate/
Tags: car, vehicle, motor, sell, car listings, cars, auto, car market, marketplace, car dealer, car classifieds, auto dealer, auto classifieds, autostock, selling cars, dealer, car-dealer, cardealer, automotive, sales, lots, auto, motorcycle, bike, boat, airplane, rvs, tractors, motorhomes, trailers, car sales
Requires at least: 4.5
Tested up to: 5.1.0
Stable tag: 1.4.1
Stable tag: 1.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-car-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Car Manager
Plugin URI: http://www.wpcarmanager.com
Description: The easiest way to manage, list and sell your cars online using WordPress.
Version: 1.4.1
Version: 1.4.2
Author: Never5
Author URI: http://www.never5.com
Text Domain: wp-car-manager
Expand Down Expand Up @@ -41,7 +41,7 @@ function wp_car_manager() {
static $instance;
if ( is_null( $instance ) ) {
$class = 'Never5\WPCarManager\Plugin';
$instance = new $class( '1.4.1', __FILE__ );
$instance = new $class( '1.4.2', __FILE__ );
}

return $instance;
Expand Down

0 comments on commit b5466b2

Please sign in to comment.