Skip to content

Commit 9e39359

Browse files
committed
Bump version to 1.2.1
1 parent 9c1afe4 commit 9e39359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FsReveal/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("FsReveal")>]
55
[<assembly: AssemblyProductAttribute("FsReveal")>]
66
[<assembly: AssemblyDescriptionAttribute("FsReveal parses markdown or F# script files and generates reveal.js slides.")>]
7-
[<assembly: AssemblyVersionAttribute("1.2.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.2.0")>]
7+
[<assembly: AssemblyVersionAttribute("1.2.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.2.1")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)