We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1afe4 commit 9e39359Copy full SHA for 9e39359
src/FsReveal/AssemblyInfo.fs
@@ -4,9 +4,9 @@ open System.Reflection
4
[<assembly: AssemblyTitleAttribute("FsReveal")>]
5
[<assembly: AssemblyProductAttribute("FsReveal")>]
6
[<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")>]
+[<assembly: AssemblyVersionAttribute("1.2.1")>]
+[<assembly: AssemblyFileVersionAttribute("1.2.1")>]
9
do ()
10
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = "1.2.0"
+ let [<Literal>] Version = "1.2.1"
0 commit comments