Skip to content

Commit c27e4f8

Browse files
committed
Upped version
1 parent be09cc8 commit c27e4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ open Giraffe.ModelBinding
10821082
let submitCar =
10831083
fun ctx ->
10841084
async {
1085-
// Binds a JSO, XML or form urlencoded payload to a Car object
1085+
// Binds a JSON, XML or form urlencoded payload to a Car object
10861086
let! car = bindModel<Car> ctx
10871087
10881088
// Serializes the Car object back into JSON

src/Giraffe/Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>Giraffe</AssemblyName>
5-
<VersionPrefix>0.1.0-alpha010</VersionPrefix>
5+
<VersionPrefix>0.1.0-alpha011</VersionPrefix>
66
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
77
<Copyright>Copyright 2017 Dustin Moris Gorski</Copyright>
88
<NeutralLanguage>en-GB</NeutralLanguage>

0 commit comments

Comments
 (0)