Skip to content

Commit 76de139

Browse files
committed
fix: fixed the issue 42 - banner unicode character encoding error by catching UnicodeEncodeError and printing normal message, 2 updated banner to v3.3.5
1 parent d3599ef commit 76de139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>jadx.gui.plugins</groupId>
77
<artifactId>jadx-ai-mcp</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.3.5</version>
99

1010
<properties>
1111
<maven.compiler.source>11</maven.compiler.source>

src/main/java/jadx/gui/plugins/JadxAIMCPBanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public class JadxAIMCPBanner {
1313
"\n\n"+
1414
"\nAuthor -> Jafar Pathan (zinja-coder@github)"+
1515
"\nFor Issues -> https://github.com/zinja-coder/jadx-ai-mcp"+
16-
"\nPlugin Version -> v3.3.4";
16+
"\nPlugin Version -> v3.3.5";
1717
}

0 commit comments

Comments
 (0)