From b0fa2d761e519178a4b439bb2f2b976df845f874 Mon Sep 17 00:00:00 2001 From: Col-E Date: Sun, 9 May 2021 22:45:56 -0400 Subject: [PATCH] Bump version --> 2.19.6 --- 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 721ef8b2c..9c5299ae6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ me.coley recaf https://github.com/Col-E/Recaf/ - 2.19.5 + 2.19.6 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 1ebb8cd29..3301e642b 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.19.5"; + public static final String VERSION = "2.19.6"; 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;