Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
1. Correct package information in assets composer.json file.
  • Loading branch information
Aaron Huisinga committed Jun 10, 2015
1 parent 6ddd02e commit 3f82867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions assets/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "coldturkeygroup/buyerquiz",
"description": "Buyer Quiz Plugin for Platform",
"name": "coldturkeygroup/homes-report",
"description": "WordPress funnel that collects visitor contact information in exchange for a customized report from a Real Estate agent.",
"homepage": "http://coldturkeygroup.com/",
"license": "proprietary",
"require": {
"guzzlehttp/guzzle": "~4.0"
Expand Down
4 changes: 2 additions & 2 deletions homes-report.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace ColdTurkey\HomesReport;
/*
* Plugin Name: Homes Report
* Version: 1.0
* Version: 1.0.1
* Plugin URI: http://www.coldturkeygroup.com/
* Description: WordPress funnel that collects visitor contact information in exchange for a customized report from a Real Estate agent.
* Author: Cold Turkey Group
Expand All @@ -20,7 +20,7 @@
define( 'HOMES_REPORT_PLUGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );

if ( ! defined( 'HOMES_REPORT_PLUGIN_VERSION' ) )
define( 'HOMES_REPORT_PLUGIN_VERSION', '1.0' );
define( 'HOMES_REPORT_PLUGIN_VERSION', '1.0.1' );

require_once( 'classes/class-homes-report.php' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Aaron Huisinga
Tags: real estate, platform, homes report
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 1.0
Stable tag: 1.0.1

WordPress funnel that collects visitor contact information in exchange for a customized report from a Real Estate agent.

Expand Down

0 comments on commit 3f82867

Please sign in to comment.