Skip to content

Commit

Permalink
version bump to 1.3.3, readme.txt already done
Browse files Browse the repository at this point in the history
  • Loading branch information
barrykooij committed Mar 28, 2017
1 parent 1e9caf6 commit ee114c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-car-manager",
"title": "WP Car Manager",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "http://www.wpcarmanager.com/",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions wp-car-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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.3.2
Version: 1.3.3
Author: Never5
Author URI: http://www.never5.com
License: GPL v2
Copyright 2016 - Never5
Copyright 2017 - Never5
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -39,7 +39,7 @@ function wp_car_manager() {
static $instance;
if ( is_null( $instance ) ) {
$class = 'Never5\WPCarManager\Plugin';
$instance = new $class( '1.3.2', __FILE__ );
$instance = new $class( '1.3.3', __FILE__ );
}

return $instance;
Expand Down

0 comments on commit ee114c6

Please sign in to comment.