diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@
 ### Testing
 
 * Haskell code is tested with Stack: `stack test`.
-* JavaScript code is linted with `eslint`.
+* TypeScript code is linted with `eslint`.
 
 ### Integration tests
 
diff --git a/serverless-haskell.cabal b/serverless-haskell.cabal
--- a/serverless-haskell.cabal
+++ b/serverless-haskell.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 163c677f15a59d3a30ae4fd5b2dca99743c3dc7ffcb1612989e9790d74f338ec
+-- hash: 433feda29a568ce2ca27b6ce0058b43c48f33039e0d4971d21f0c8ac773f99fa
 
 name:           serverless-haskell
-version:        0.10.2
+version:        0.10.3
 synopsis:       Deploying Haskell code onto AWS Lambda using Serverless
 description:    Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin.
 category:       AWS, Cloud, Network
