From e51df11d74ef8534cb5756f179b1cdb8e7bb955f Mon Sep 17 00:00:00 2001 From: Col-E Date: Sat, 10 Apr 2021 03:33:41 -0400 Subject: [PATCH] Bump version -> 2.19.0 --- pom.xml | 2 +- src/main/java/me/coley/recaf/Recaf.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0b038913b..d0d95d138 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ me.coley recaf https://github.com/Col-E/Recaf/ - 2.18.3 + 2.19.0 Recaf A modern java bytecode editor diff --git a/src/main/java/me/coley/recaf/Recaf.java b/src/main/java/me/coley/recaf/Recaf.java index 2fa26efaf..cab849430 100644 --- a/src/main/java/me/coley/recaf/Recaf.java +++ b/src/main/java/me/coley/recaf/Recaf.java @@ -31,7 +31,7 @@ * @author Matt */ public class Recaf { - public static final String VERSION = "2.18.3"; + public static final String VERSION = "2.19.0"; public static final String DOC_URL = "https://col-e.github.io/Recaf-documentation/"; public static final int ASM_VERSION = Opcodes.ASM9; private static Controller currentController;