Skip to content

Commit

Permalink
Release/3.0.4 (#2562)
Browse files Browse the repository at this point in the history
* Version number to 3.0.4

* Revert settings.json config
  • Loading branch information
DordeDimitrijev authored Jan 27, 2025
1 parent 38c0a9a commit 7e0ac3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"typescript.check.workspaceVersion": false
}
"editor.tabSize": 2,
"editor.insertSpaces": true,
"typescript.check.workspaceVersion": false
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appcenter-cli",
"version": "3.0.3",
"version": "3.0.4",
"description": "Command line tool for Visual Studio App Center",
"keywords": [
"microsoft",
Expand Down

0 comments on commit 7e0ac3e

Please sign in to comment.