Skip to content

Commit

Permalink
Version 1.0 for builtin extensions microsoft#43978 microsoft#44626
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 28, 2018
1 parent dcbeb21 commit 1f7b495
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "configuration-editing",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "vscode",
"engines": {
"vscode": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "extension-editing",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "vscode",
"engines": {
"vscode": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "vscode",
"description": "Extension to add Grunt capabilities to VSCode.",
"displayName": "Grunt support for VSCode",
"version": "0.0.1",
"version": "1.0.0",
"icon": "images/grunt.png",
"engines": {
"vscode": "*"
Expand Down
2 changes: 1 addition & 1 deletion extensions/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "vscode",
"description": "%description%",
"displayName": "%displayName%",
"version": "0.0.1",
"version": "1.0.0",
"icon": "images/gulp.png",
"engines": {
"vscode": "*"
Expand Down
2 changes: 1 addition & 1 deletion extensions/jake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "%description%",
"displayName": "%displayName%",
"icon": "images/cowboy_hat.png",
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"vscode": "*"
},
Expand Down

0 comments on commit 1f7b495

Please sign in to comment.