From 8bb242c072dea566dd5890d17c7e4593ea47060c Mon Sep 17 00:00:00 2001
From: Curtis Loisel <curtis@voceconnect.com>
Date: Tue, 22 Jul 2014 12:08:21 -0400
Subject: [PATCH] Bumping up version

---
 README.md          | 33 ++++++++++++++++++---------------
 package.json       |  2 +-
 readme.txt         |  5 ++++-
 wp-cdn-rewrite.php |  2 +-
 4 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 89d7867..646e1bf 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,34 @@
-WP CDN Rewrite  
-===========  
-Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr  
-Tags: cdn, rewrite  
-Requires at least: 3.3  
-Tested up to: 3.8  
-Stable tag: 0.1.2  
-License: GPLv2 or later  
+WP CDN Rewrite
+===========
+Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
+Tags: cdn, rewrite
+Requires at least: 3.3
+Tested up to: 3.8
+Stable tag: 0.1.3
+License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
-## Description  
+## Description
 This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests.
 
 This plugin requires the use of the [Voce Settings API](https://github.com/voceconnect/voce-settings-api) library.
 
 If using [Composer](http://getcomposer.org) for dependency management, you can alternatively after including the files, run composer install to retreive the Voce Settings API dependency.
 
-## Installation  
+## Installation
 
-### As standard plugin:  
+### As standard plugin:
 > See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
 
-## Changelog  
-**0.1.2**  
+## Changelog
+**0.1.3**
+* Adding Grunt build files
+
+**0.1.2**
 * Adding Capistrano deploy files
 
-**0.1.1**  
+**0.1.1**
 * Fixing issue with URLs without a path part.
 
-**0.1.0**  
+**0.1.0**
 * Initial version.
\ No newline at end of file
diff --git a/package.json b/package.json
index dc5bbb8..612f36b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "cdn-rewrite",
     "description": "Allows you to rewrite the root url of assets, css, and js files.",
-    "version": "0.1.2",
+    "version": "0.1.3",
     "repository": {
         "type": "git",
         "url": "git@github.com:voceconnect/cdn-rewrite.git"
diff --git a/readme.txt b/readme.txt
index 0c83e17..cad1db0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,7 +3,7 @@ Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
 Tags: cdn, rewrite
 Requires at least: 3.3
 Tested up to: 3.8
-Stable tag: 0.1.2
+Stable tag: 0.1.3
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -24,6 +24,9 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a
 3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings.
 
 == Changelog ==
+= 0.1.3 =
+* Adding Grunt build files
+
 = 0.1.2 =
 * Adding Capistrano deploy files
 
diff --git a/wp-cdn-rewrite.php b/wp-cdn-rewrite.php
index 7471538..51bbb4c 100644
--- a/wp-cdn-rewrite.php
+++ b/wp-cdn-rewrite.php
@@ -3,7 +3,7 @@
 Plugin Name: WP CDN Rewrite
 Plugin URI: http://voceconnect.com/
 Description: Rewrites asset URLs to CDN
-Version: 0.1.2
+Version: 0.1.3
 Author: Chris Scott, Michael Pretty, Kevin Langley
 Author URI: http://voceconnect.com/
 */
-- 
GitLab