Skip to content

Commit

Permalink
v2.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalikhan committed Nov 17, 2017
1 parent a8a703f commit 2b65489
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#### Version - 2.8.5
#### Version - 2.8.6

* Bug Fix : [#440](https://github.com/shanalikhan/code-settings-sync/issues/440)
* Summary will be displayed on Code Output Window [#137](https://github.com/shanalikhan/code-settings-sync/issues/137) (By : @ThisIsManta)
* Extension installation message improved [#359](https://github.com/shanalikhan/code-settings-sync/issues/359)
* Bug Fix : [#444](https://github.com/shanalikhan/code-settings-sync/issues/444) - Added support for Latest VS Code.
* Documentation Improved [#448](https://github.com/shanalikhan/code-settings-sync/pull/448) (By : @textortexxel)


I'm looking for contributors to work with me so we can make extension smoother and more feature riched.
Expand Down
Binary file added code-settings-sync-2.8.4.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-settings-sync",
"displayName": "Settings Sync",
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.",
"version": "2.8.5",
"version": "2.8.6",
"icon": "images/cloud.png",
"publisher": "Shan",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/environmentPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { OsType } from './enums';

export class Environment {

public static CURRENT_VERSION: number = 285;
public static CURRENT_VERSION: number = 286;
public static getVersion(): string {
var txt2 = Environment.CURRENT_VERSION.toString().slice(0, 1) + "." + Environment.CURRENT_VERSION.toString().slice(1, 2) + "." + Environment.CURRENT_VERSION.toString().slice(2, 3);
return txt2;
Expand Down

0 comments on commit 2b65489

Please sign in to comment.