Skip to content

Commit 7c131f5

Browse files
author
Arvid Paeglit
committed
removed Beta from name, to properly publish on jetBrains Marketplace
1 parent c2a4354 commit 7c131f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## [1.0.0] - 2019-05-21
22
### Added
3-
- First public release
3+
- First public beta release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deepcode plugin for JetBrains IDEs
1+
# DeepCode plugin for JetBrains IDEs
22

33
**The JetBrains IDE extension provided by <a href="https://www.deepcode.ai">DeepCode.ai</a> finds bugs and critical vulnerabilities in your code. We support Java, C/C++, Python, JavaScript and TypeScript.**
44

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ patchPluginXml {
3636
untilBuild 202
3737

3838
changeNotes """
39-
1.0.0 - First public release.<br>
39+
1.0.0 - First public beta release.<br>
4040
"""
4141
}
4242

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>ai.deepcode.jetbrains-plugin</id>
3-
<name>DeepCode (Beta)</name>
4-
<vendor email="hello@deepcode.ai" url="https://www.deepcode.ai">DeepCode</vendor>
3+
<name>DeepCode</name>
4+
<vendor email="hello@deepcode.ai" url="https://www.deepcode.ai">DeepCode AG, Zurich, Switzerland</vendor>
55

66
<description><![CDATA[
77
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 your IDE. We support Java, C/C++, Python, JavaScript and TypeScript.<br>

0 commit comments

Comments
 (0)