diff --git a/CHANGES.md b/CHANGES.md
index 179106e1..343b3071 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,9 @@
# Rojo Change Log
## Current master
+* *No changes*
+
+## 0.4.13 (November 12, 2018)
* When `rojo.json` points to a file or directory that does not exist, Rojo now issues a warning instead of throwing an error and exiting
## 0.4.12 (June 21, 2018)
diff --git a/README.md b/README.md
index b40aa6db..6127f655 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/plugin/src/Config.lua b/plugin/src/Config.lua
index 50a5d175..b1d266b7 100644
--- a/plugin/src/Config.lua
+++ b/plugin/src/Config.lua
@@ -1,6 +1,6 @@
return {
pollingRate = 0.3,
- version = {0, 4, 12},
+ version = {0, 4, 13},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
icons = {
diff --git a/server/Cargo.lock b/server/Cargo.lock
index cfc3241e..30f09dc2 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -636,7 +636,7 @@ dependencies = [
[[package]]
name = "rojo"
-version = "0.4.12"
+version = "0.4.13"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 5f5ff6fd..b812cf9c 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rojo"
-version = "0.4.12"
+version = "0.4.13"
authors = ["Lucien Greathouse "]
description = "A tool to create robust Roblox projects"
license = "MIT"