diff --git a/composer.json b/composer.json
index 6df04eaf586e597b4925e094d5f3fdc21e391e53..27d41646e64a6e6e286acd24c6d160ab2b8fa09f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
-  "name"        : "ethitter/eth-redirect-to-latest",
+  "name"        : "ethitter/eth-redirect-to-latest-post",
   "description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.",
   "homepage"    : "https://ethitter.com/",
   "type"        : "wordpress-plugin",
diff --git a/eth-redirect-to-latest.php b/eth-redirect-to-latest.php
index 08c69ebeba2dbd2ee7efbfd8b9f9b100bd5cc62e..f7796e8112932dbd4db6f0db65ab60c3240c185e 100644
--- a/eth-redirect-to-latest.php
+++ b/eth-redirect-to-latest.php
@@ -4,7 +4,7 @@ Plugin Name: ETH Redirect to Latest Post
 Plugin URI: https://ethitter.com/plugins/
 Description: Redirect a chosen slug to the whatever is currently the latest post
 Author: Erick Hitter
-Version: 0.2
+Version: 0.2.1
 Author URI: https://ethitter.com/
 Text Domain: eth_redirect_to_latest_post
 Domain Path: /languages/
diff --git a/readme.txt b/readme.txt
index 3ae2ba14506642b8127aba24c7d3de840eed2dd9..2a5732c22102b29400a858e6e3cc5c9e98fd00a4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
 Tags: latest, latest post, redirect, redirect latest, redirect post
 Requires at least: 4.5
 Tested up to: 4.5
-Stable tag: 0.2
+Stable tag: 0.2.1
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -22,5 +22,8 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
 
 == Changelog ==
 
+= 0.2.1 =
+* Correct Composer path error
+
 = 0.2 =
 * Initial release