Skip to content

Commit

Permalink
Bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 2, 2015
1 parent 6755b20 commit 17a1414
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.7 - 02.12.2015
#### 1.0.8 - 02.12.2015
* Release with new VSCE

#### 1.0.4 - 01.12.2015
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let vsceTool =
#if MONO
"vsce"
#else
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) </> "npm" </> "vsce.cmd"
"packages" </> "Node.js" </> "vsce.cmd" |> FullName
#endif


Expand Down
2 changes: 1 addition & 1 deletion release/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.7 - 02.12.2015
#### 1.0.8 - 02.12.2015
* Release with new VSCE

#### 1.0.4 - 01.12.2015
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ionide-FAKE",
"version": "1.0.7",
"version": "1.0.8",
"publisher": "Ionide",
"description": "FAKE (F# Make) Support",
"categories":[
Expand Down

0 comments on commit 17a1414

Please sign in to comment.