Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit d0fa71e

Browse files
Bump version to 1.4.0
1 parent c471d33 commit d0fa71e

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can download one of the releases found at https://github.com/fsharp-editing/
3434

3535
Alternately you can clone the repo, build the source, and then move the files in your bin folder to a location of your choosing.
3636

37-
On Linux:
37+
##### On Linux:
3838

3939
One option is to build the project from source and create a symlink.
4040

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.4.0 - 2017-01-21
2+
* Change `update` into `update-version`
3+
14
### 1.3.3 - 2017-01-05
25
* Make build.sh executable and fix line endings
36

src/Forge.Core/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("Forge.Core")>]
55
[<assembly: AssemblyProductAttribute("Forge")>]
66
[<assembly: AssemblyDescriptionAttribute("Forge is a build tool that provides tasks for creating, compiling, and testing F# projects")>]
7-
[<assembly: AssemblyVersionAttribute("1.3.3")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.3.3")>]
7+
[<assembly: AssemblyVersionAttribute("1.4.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.4.0")>]
99
do ()
1010

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

src/Forge.ProjectSystem/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("Forge.ProjectSystem")>]
55
[<assembly: AssemblyProductAttribute("Forge")>]
66
[<assembly: AssemblyDescriptionAttribute("Forge is a build tool that provides tasks for creating, compiling, and testing F# projects")>]
7-
[<assembly: AssemblyVersionAttribute("1.3.3")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.3.3")>]
7+
[<assembly: AssemblyVersionAttribute("1.4.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.4.0")>]
99
do ()
1010

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

src/Forge/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("Forge")>]
55
[<assembly: AssemblyProductAttribute("Forge")>]
66
[<assembly: AssemblyDescriptionAttribute("Forge is a build tool that provides tasks for creating, compiling, and testing F# projects")>]
7-
[<assembly: AssemblyVersionAttribute("1.3.3")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.3.3")>]
7+
[<assembly: AssemblyVersionAttribute("1.4.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.4.0")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)