Skip to content

Commit dc2ffc8

Browse files
Bump version
1 parent 8b741c4 commit dc2ffc8

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
#### 1.0.1 - 19.11.2015
2+
* Fix paths for Linux
3+
4+
#### 1.0.0 - 18.11.2015
5+
* Public release
6+
17
#### 0.1.0 - 10.10.2015
28
* We are live - yay!

release/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Ionide-VSCode: F#
1+
#Ionide-VSCode: FSharp
22

33
It's part of [Ionide](http://ionide.io) plugin suite.
44
F# IDE-like possibilities in Atom editor and Visual Studio Code
@@ -23,7 +23,7 @@ F# IDE-like possibilities in Atom editor and Visual Studio Code
2323
This can be obtained by installing Visual Studio 2013 / 2015 or downloading:
2424

2525
* [Visual F# Tools 3.1.2](http://www.microsoft.com/en-us/download/details.aspx?id=44011)
26-
* [Microsoft Built Tools 2013](https://www.microsoft.com/en-us/download/details.aspx?id=40760)
26+
* [Microsoft Build Tools 2013](https://www.microsoft.com/en-us/download/details.aspx?id=40760)
2727

2828
### Mono
2929

release/RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
#### 1.0.1 - 19.11.2015
2+
* Fix paths for Linux
3+
4+
#### 1.0.0 - 18.11.2015
5+
* Public release
6+
17
#### 0.1.0 - 10.10.2015
28
* We are live - yay!

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ionide-fsharp",
3-
"version": "0.3.2",
3+
"version": "1.0.1",
44
"publisher": "Ionide",
55
"description": "F# Language Support",
66
"categories":[

0 commit comments

Comments
 (0)