diff --git a/README.md b/README.md
index 89d786734e54d4ecc82bcf351dbeaf255dc01b43..646e1bf5f92e2430bbb658c3044d5deb36f3b8bd 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 dc5bbb8167b77efcf71d6b50b9f69c84474225d2..612f36b330d7b506d608adffb8a7fe88d9af5fe3 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 0c83e171911e0bef9761ad2d328a03d2a7aaa841..cad1db08f9cd3f3a6a3c1271575ea30fca04120d 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 747153846f43a8bcfd91525c97a3309f3228b96d..51bbb4c21a79cd6dcff29790660a858095b6cce4 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/
 */