Skip to content

Commit 6716c8b

Browse files
author
--global
committed
v3.2.2
1 parent 8a8fc95 commit 6716c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-settings-sync",
33
"displayName": "Settings Sync",
44
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.",
5-
"version": "3.2.1",
5+
"version": "3.2.2",
66
"icon": "images/cloud.png",
77
"publisher": "Shan",
88
"author": {

src/environmentPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function osTypeFromString(osName: string): OsType {
1717
}
1818

1919
export class Environment {
20-
public static CURRENT_VERSION: number = 321;
20+
public static CURRENT_VERSION: number = 322;
2121
public static getVersion(): string {
2222
return (
2323
Environment.CURRENT_VERSION.toString().slice(0, 1) +

0 commit comments

Comments
 (0)