diff --git a/examples/fp.md b/examples/fp.md
index 92a6a83..720769b 100644
--- a/examples/fp.md
+++ b/examples/fp.md
@@ -1,4 +1,4 @@
-
+
Transforms a list of elements of type `a` into a list of elements
of type `b` using the provided function of type `a -> b`.
@@ -8,7 +8,7 @@ of type `b` using the provided function of type `a -> b`.
['1', '2', '3', '4', '5']
```
-
+
Returns the list of elements which satisfy the provided predicate.
diff --git a/package.json b/package.json
index 9742cdb..6e40920 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "transcribe",
- "version": "0.5.0",
+ "version": "1.0.0",
"description": "Generate Markdown documentation from code comments",
"license": "MIT",
"homepage": "https://github.com/plaid/transcribe",