Skip to content

Commit 7525861

Browse files
committed
Bump version to 2.1.3
1 parent bb2b3bf commit 7525861

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/FSharpx.Extras/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Extras")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
66
[<assembly: AssemblyDescriptionAttribute("FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.")>]
7-
[<assembly: AssemblyVersionAttribute("2.1.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.2")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.3")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.3")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.1.2"
13-
let [<Literal>] InformationalVersion = "2.1.2"
12+
let [<Literal>] Version = "2.1.3"
13+
let [<Literal>] InformationalVersion = "2.1.3"

src/FSharpx.Text.StructuredFormat/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Text.StructuredFormat")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
66
[<assembly: AssemblyDescriptionAttribute("FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.")>]
7-
[<assembly: AssemblyVersionAttribute("2.1.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.2")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.3")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.3")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.1.2"
13-
let [<Literal>] InformationalVersion = "2.1.2"
12+
let [<Literal>] Version = "2.1.3"
13+
let [<Literal>] InformationalVersion = "2.1.3"

0 commit comments

Comments
 (0)