diff --git a/Rest.Net/MimeTypeExtensions.cs b/Rest.Net/MimeTypeExtensions.cs
index 71fe5a1..082ef1e 100644
--- a/Rest.Net/MimeTypeExtensions.cs
+++ b/Rest.Net/MimeTypeExtensions.cs
@@ -222,7 +222,7 @@ namespace MontoyaTech.Rest.Net
case "jpe": return "image/jpeg";
case "jpeg": return "image/jpeg";
case "jpg": return "image/jpeg";
- case "js": return "application/x-javascript";
+ case "js": return "text/javascript";
case "jsx": return "text/jscript";
case "jsxbin": return "text/plain";
case "latex": return "application/x-latex";
diff --git a/Rest.Net/Rest.Net.csproj b/Rest.Net/Rest.Net.csproj
index fdea28b..60b1412 100644
--- a/Rest.Net/Rest.Net.csproj
+++ b/Rest.Net/Rest.Net.csproj
@@ -17,7 +17,7 @@
MontoyaTech.Rest.Net
MontoyaTech.Rest.Net
True
- 1.3.1
+ 1.3.2
Logo_Symbol_Black_Outline.png