diff --git a/RELEASING.md b/RELEASING.md
new file mode 100644
index 0000000000000000000000000000000000000000..0be34ede5e52b90a2f84c91912a62f489872fcd5
--- /dev/null
+++ b/RELEASING.md
@@ -0,0 +1,14 @@
+# Releasing
+
+When releasing a new version, a few things need to happen:
+
+* Update the variable in extension.json
+  * `version` attribute in [extension/Torque/extension.json]
+* commit the version update
+* tag the release in git
+* push to origin
+
+* upload a new version of the extension to gitlab via
+  * create via `tar -cvzf ~/Deliberation-${VERSION}.tar.gz --exclude=.git -C .. Deliberation`
+  * create a release from the tag at https://code.librehq.com/ots/mediawiki/Deliberation/-/tags/${VERSION}
+  * upload the tar.gz to that release
diff --git a/extension.json b/extension.json
index d46bf06509c6d97a64fef6cbdd74346f81388780..29bf838ea5b6c28cdc2f684d375154c20708c26e 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
 	"name": "Deliberation",
-	"version": "0.1.0",
+	"version": "0.2.0",
 	"author": [
 		"Open Tech Strategies"
 	],