From 857b3f760bea07b058d41c6db32d9c2f094a0c1e Mon Sep 17 00:00:00 2001 From: Markus Fleischhacker Date: Wed, 12 Mar 2025 18:05:37 +0100 Subject: [PATCH] Bump version 2.8.0 --- build.gradle | 2 +- .../github/mfl28/boundingboxeditor/controller/Controller.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f798e53..6ad2886 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ plugins { } group 'com.github.mfl28' -version '2.7.0' +version '2.8.0' repositories { mavenCentral() diff --git a/src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java b/src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java index 91d49f3..0e82f47 100644 --- a/src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java +++ b/src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java @@ -83,7 +83,7 @@ public class Controller { private static final String PROGRAM_NAME = "Bounding Box Editor"; private static final String PROGRAM_NAME_EXTENSION_SEPARATOR = " - "; private static final String GITHUB_WIKI_URL = "https://github.com/mfl28/BoundingBoxEditor/wiki"; - private static final String PROGRAM_VERSION = "2.7.0"; + private static final String PROGRAM_VERSION = "2.8.0"; private static final String PROGRAM_LICENSE = "GPL-3.0"; private static final String PROGRAM_IDENTIFIER = PROGRAM_NAME + " " + PROGRAM_VERSION; private static final String OPEN_FOLDER_ERROR_DIALOG_TITLE = "Image Folder Loading Error";