Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Update miki
  • Loading branch information
e3ndr committed Oct 10, 2020
1 parent 77b3a84 commit 690b8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.casterlabs</groupId>
<artifactId>Katana</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>

<repositories>
<repository>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.github.casterlabs</groupId>
<artifactId>Miki</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/casterlabs/katana/Katana.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Getter
public class Katana {
public static final String ERROR_HTML = "<!DOCTYPE html><html><head><title>$RESPONSECODE</title></head><body><h1>$RESPONSECODE</h1><p>$DESCRIPTION</p><br/><p><i>Running Casterlabs Katana, $ADDRESS</i></p></body></html>";
public static final String VERSION = "1.5.0";
public static final String VERSION = "1.6.0";
public static final Gson GSON = new Gson();

private Map<String, Class<? extends Servlet>> servlets = new HashMap<>();
Expand Down

0 comments on commit 690b8fd

Please sign in to comment.