diff --git a/README.md b/README.md
index 1f6f82f..4bde82f 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@
0.3.0
- Removes the LZString compression for backups (page revisions) as per the conversation here.
- - Adds migration (run `mix thesis.install && mix ecto.migrate`). It is important to do this before 0.3.0 as the LZString dependency will be removed then.
+ - Adds migration (run `mix thesis.install && mix ecto.migrate`). It is important to do this before 0.4.0 as the LZString dependency will be removed then.
- Adds notifications. This allows us to warn users of potential Thesis issues depending on page state, environment, Thesis version, etc. Notifications can also be set in the host app config to include custom logic.
- Bug fixes: page revision exception, add new page button hover issue.
|