diff --git a/LICENSE.markdown b/LICENSE.markdown
--- a/LICENSE.markdown
+++ b/LICENSE.markdown
@@ -1,13 +1,13 @@
-# [The MIT License (MIT)][]
+MIT License
 
-Copyright (c) 2017 Taylor Fausak
+Copyright (c) 2018 Taylor Fausak
 
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
 
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
@@ -19,5 +19,3 @@
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
-
-[The MIT License (MIT)]: http://opensource.org/licenses/MIT
diff --git a/github-release.cabal b/github-release.cabal
--- a/github-release.cabal
+++ b/github-release.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 892d31f800b5bfc29f6d5d83bafbbf51a9d87fb0e70e8690d0fe24b3007e35eb
+-- hash: 84bbc761a78aa634b3b07ae5937f9c60732abfeff4013b0b525ea646bffede29
 
 name:           github-release
-version:        1.1.2
+version:        1.1.3
 synopsis:       Upload files to GitHub releases.
 description:    GitHub Release uploads files to GitHub releases.
 category:       Utility
@@ -31,7 +31,7 @@
     , bytestring >=0.10.6 && <0.11
     , http-client >=0.4.30 && <0.6
     , http-client-tls >=0.2.4 && <0.4
-    , http-types >=0.9 && <0.12
+    , http-types >=0.9 && <0.13
     , mime-types >=0.1 && <0.2
     , optparse-generic >=1.1 && <1.3
     , text >=1.2.2 && <1.3
