Skip to content

Commit d7e617b

Browse files
Description fixed
1 parent 33a32f0 commit d7e617b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](https://github.com/wniemiec-component-java/jdb/blob/master/docs/img/logo/logo.jpg)
22

33
<h1 align='center'>JDB</h1>
4-
<p align='center'>Simple API for JBD (Java debugger).</p>
4+
<p align='center'>Simple API for JDB (Java debugger).</p>
55
<p align="center">
66
<a href="https://github.com/wniemiec-component-java/jdb/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-component-java/jdb/actions/workflows/windows.yml/badge.svg" alt=""></a>
77
<a href="https://github.com/wniemiec-component-java/jdb/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-component-java/jdb/actions/workflows/macos.yml/badge.svg" alt=""></a>

dist/1.x/jdb-1.0.1.jar

834 Bytes
Binary file not shown.

pom-mavencentral.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>io.github.wniemiec-component-java</groupId>
88
<artifactId>jdb</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010

1111
<name>JDB</name>
12-
<description>Simple API for JBD (Java debugger).</description>
12+
<description>Simple API for JDB (Java debugger).</description>
1313
<url>https://github.com/wniemiec-component-java/jdb</url>
1414

1515
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>wniemiec.component.java</groupId>
88
<artifactId>jdb</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010

1111
<name>JDB</name>
12-
<description>Simple API for JBD (Java debugger).</description>
12+
<description>Simple API for JDB (Java debugger).</description>
1313
<url>https://github.com/wniemiec-component-java/jdb</url>
1414

1515
<properties>

0 commit comments

Comments
 (0)