From 18b1b3c4a9e5b171527e36ce898cf04d4d2d0fe3 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sun, 24 Sep 2023 09:59:04 -0500 Subject: Bump version to v0.5.0a1 --- README.org | 2 +- src/main/java/sevenUnits/ProgramInfo.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index d48ccb4..c34fbbf 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -* 7Units Version 0.4.1 +* 7Units Version 0.5.0-alpha.1 (this project uses Semantic Versioning) ** What is it? This is a unit converter, which allows you to convert between different units, and includes a GUI which can read unit data from a file (using some unit math) and convert between units that you type in, and has a unit and prefix viewer to check the units that have been loaded in. diff --git a/src/main/java/sevenUnits/ProgramInfo.java b/src/main/java/sevenUnits/ProgramInfo.java index da66b4c..dc8ed09 100644 --- a/src/main/java/sevenUnits/ProgramInfo.java +++ b/src/main/java/sevenUnits/ProgramInfo.java @@ -26,9 +26,9 @@ import sevenUnits.utils.SemanticVersionNumber; */ public final class ProgramInfo { - /** The version number (0.4.1) */ + /** The version number (0.5.0-alpha.1) */ public static final SemanticVersionNumber VERSION = SemanticVersionNumber - .stableVersion(0, 4, 1); + .preRelease(0, 5, 0, "alpha", 1); private ProgramInfo() { // this class is only for static variables, you shouldn't be able to -- cgit v1.2.3