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 59728b5 commit 22f6550Copy full SHA for 22f6550
src/FsReveal/AssemblyInfo.fs
@@ -4,10 +4,10 @@ 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.3")>]
8
-[<assembly: AssemblyFileVersionAttribute("1.2.3")>]
+[<assembly: AssemblyVersionAttribute("1.3.0")>]
+[<assembly: AssemblyFileVersionAttribute("1.3.0")>]
9
do ()
10
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = "1.2.3"
13
- let [<Literal>] InformationalVersion = "1.2.3"
+ let [<Literal>] Version = "1.3.0"
+ let [<Literal>] InformationalVersion = "1.3.0"
0 commit comments