diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ce0824..4f283b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@
---
+# 0.1.1
+*2017-04-21*
+## Bug Fixes
+❯ Fixed the plugin to be not loadable due to the missing `#!/usr/bin/env bash` hashbang and `+x` permission flag for the plugin loader [`nord.tmux`](https://github.com/arcticicestudio/nord-tmux/blob/develop/nord.tmux) which caused `tpm` to exit with code `126`. (@arcticicestudio, #4, c049da5e)
+
# 0.1.0
*2017-04-20*
## Features
diff --git a/README.md b/README.md
index 6b7dc2b..ab51f6b 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ tmux source-file `~/.tmux.conf`
Fits to many terminal applications based on Nord
## Development
-[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-tmux/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
+[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-tmux/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-tmux/issues).
diff --git a/nord.tmux b/nord.tmux
old mode 100644
new mode 100755
index 10c5cff..0871f7e
--- a/nord.tmux
+++ b/nord.tmux
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord tmux TPM Loader +
# project nord-tmux +
@@ -13,7 +14,7 @@
# tmux
# https://tmux.github.io
NORD_TMUX_COLOR_THEME_FILE=src/nord.conf
-NORD_TMUX_VERSION=0.1.0
+NORD_TMUX_VERSION=0.1.1
_current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
__cleanup() {
diff --git a/src/nord.conf b/src/nord.conf
index 55d4aa8..df0ef64 100644
--- a/src/nord.conf
+++ b/src/nord.conf
@@ -1,7 +1,7 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord tmux +
# project nord-tmux +
-# version 0.1.0 +
+# version 0.1.1 +
# repository https://github.com/arcticicestudio/nord-tmux +
# author Arctic Ice Studio +
# email development@arcticicestudio.com +