Skip to content

Commit 3a413f9

Browse files
committed
Removed a space.
1 parent 212645e commit 3a413f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/FSharpx.Async/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Async")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Async")>]
66
[<assembly: AssemblyDescriptionAttribute("Async extensions for F#")>]
7-
[<assembly: AssemblyVersionAttribute("1.9.10")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.9.10")>]
7+
[<assembly: AssemblyVersionAttribute("1.10.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.10.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.9.10"
12+
let [<Literal>] Version = "1.10.0"

src/FSharpx.Async/paket.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type project
22
owners
33
Thomas Petricek, David Thomas, Ryan Riley, Steffen Forkmann
4-
authors
4+
authors
55
Thomas Petricek, David Thomas, Ryan Riley, Steffen Forkmann
66
projectUrl
77
http://fsprojects.github.io/FSharpx.Async/

0 commit comments

Comments
 (0)