diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -198,3 +198,21 @@
 ```bash
  $ man madlang
 ```
+
+## Contributions
+
+### Release Naming
+
+Releases are named using the `releases.mad` file found
+[here](https://hub.darcs.net/vmchale/madlang-releases). You will need to install
+the standard libraries using
+
+```bash
+ $ madlang install
+```
+
+before running
+
+```bash
+ $ just name
+```
diff --git a/madlang.cabal b/madlang.cabal
--- a/madlang.cabal
+++ b/madlang.cabal
@@ -1,5 +1,5 @@
 name:                madlang
-version:             2.4.2.14
+version:             2.4.2.20
 synopsis:            Randomized templating language DSL
 description:         Madlang is a text templating language written in Haskell,
                      meant to explore computational creativity and generative
