Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit b0fd553

Browse files
committed
bump version
1 parent b133a99 commit b0fd553

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.kttdevelopment</groupId>
1212
<artifactId>simplehttpserver</artifactId>
13-
<version>4.2.0</version>
13+
<version>4.3.0</version>
1414

1515
<name>simplehttpserver</name>
1616
<description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</description>

src/main/java/com/kttdevelopment/simplehttpserver/handler/DirectoryEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @see FileHandler
1515
* @see FileEntry
1616
* @since 02.00.00
17-
* @version 4.2.0
17+
* @version 4.3.0
1818
* @author Ktt Development
1919
*/
2020
@SuppressWarnings("SpellCheckingInspection")

0 commit comments

Comments
 (0)