Skip to content

Commit

Permalink
removed Beta from name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Paeglit committed Apr 27, 2020
1 parent 399c2b6 commit 71e6092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deepcode",
"//": "Changing display name requires change in general.ts",
"displayName": "DeepCode (Beta)",
"displayName": "DeepCode",
"description": "DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI. DeepCode's speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in Visual Studio Code. Supported languages are Java, C/C++, JavaScript, Python, TypeScript and XML. Integrations with GitHub, BitBucket and Gitlab.",
"version": "2.0.0",
"icon": "images/deepCodeLogo.jpg",
Expand Down
2 changes: 1 addition & 1 deletion src/deepcode/constants/general.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Changing this requires changing display name in package.json.
export const DEEPCODE_NAME = "DeepCode (Beta)";
export const DEEPCODE_NAME = "DeepCode";
export const ALLOWED_PAYLOAD_SIZE = 1024 * 1024 * 4; // max payload size of 4MB in bytes
export const INSTALL_STATUS = {
justInstalled: "JUST_INSTALLED",
Expand Down

0 comments on commit 71e6092

Please sign in to comment.