From 7782359a4b16bf71c0017e8dc5360f202dcff693 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sat, 15 Apr 2023 10:42:57 -0500 Subject: Bumped version number to 0.4.1 --- src/main/java/sevenUnits/ProgramInfo.java | 6 +++--- src/main/resources/about.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/main/java/sevenUnits/ProgramInfo.java b/src/main/java/sevenUnits/ProgramInfo.java index 3fc0ef9..da66b4c 100644 --- a/src/main/java/sevenUnits/ProgramInfo.java +++ b/src/main/java/sevenUnits/ProgramInfo.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Adrien Hopkins + * Copyright (C) 2021-2023 Adrien Hopkins * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,9 +26,9 @@ import sevenUnits.utils.SemanticVersionNumber; */ public final class ProgramInfo { - /** The version number (0.4.0) */ + /** The version number (0.4.1) */ public static final SemanticVersionNumber VERSION = SemanticVersionNumber - .stableVersion(0, 4, 0); + .stableVersion(0, 4, 1); private ProgramInfo() { // this class is only for static variables, you shouldn't be able to diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index 2fd1368..5cdcf67 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -2,7 +2,7 @@ About 7Units Version [VERSION] Copyright Notice: -Unit Converter Copyright (C) 2018-2022 Adrien Hopkins +Unit Converter Copyright (C) 2018-2023 Adrien Hopkins This program comes with ABSOLUTELY NO WARRANTY; for details read the LICENSE file, section 15 -- cgit v1.2.3