Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22f6550

Browse files
committedJun 1, 2016
Bump version to 1.3.0
1 parent 59728b5 commit 22f6550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/FsReveal/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("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.3")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.2.3")>]
7+
[<assembly: AssemblyVersionAttribute("1.3.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.3.0")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)
Please sign in to comment.