Skip to content

Commit 0c34475

Browse files
committed
Bump version to 2.2.1
1 parent 7b7b49c commit 0c34475

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
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FSharpx.Extras")>]
66
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
77
[<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.")>]
8-
[<assembly: AssemblyVersionAttribute("2.2.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
8+
[<assembly: AssemblyVersionAttribute("2.2.1")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.2.1")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "FSharpx.Extras"
1414
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
1515
let [<Literal>] AssemblyDescription = "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."
16-
let [<Literal>] AssemblyVersion = "2.2.0"
17-
let [<Literal>] AssemblyFileVersion = "2.2.0"
16+
let [<Literal>] AssemblyVersion = "2.2.1"
17+
let [<Literal>] AssemblyFileVersion = "2.2.1"

src/FSharpx.Text.StructuredFormat/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FSharpx.Text.StructuredFormat")>]
66
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
77
[<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.")>]
8-
[<assembly: AssemblyVersionAttribute("2.2.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
8+
[<assembly: AssemblyVersionAttribute("2.2.1")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.2.1")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "FSharpx.Text.StructuredFormat"
1414
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
1515
let [<Literal>] AssemblyDescription = "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."
16-
let [<Literal>] AssemblyVersion = "2.2.0"
17-
let [<Literal>] AssemblyFileVersion = "2.2.0"
16+
let [<Literal>] AssemblyVersion = "2.2.1"
17+
let [<Literal>] AssemblyFileVersion = "2.2.1"

0 commit comments

Comments
 (0)