diff options
-rw-r--r-- | CHANGELOG.org | 2 | ||||
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | src/main/java/sevenUnits/ProgramInfo.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 8f4f07d..5630737 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,6 @@ * Changelog All notable changes in this project will be shown in this file. -** Unreleased +** v0.3.2 - [2021-12-02 Thu] *** Added - Added lots more tests for the backend and utilities *** Fixed @@ -1,4 +1,4 @@ -* 7Units v0.3.1 +* 7Units v0.3.2 (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 2a0edde..31e43c7 100644 --- a/src/main/java/sevenUnits/ProgramInfo.java +++ b/src/main/java/sevenUnits/ProgramInfo.java @@ -24,7 +24,7 @@ package sevenUnits; */ public final class ProgramInfo { - public static final String VERSION = "0.3.1"; + public static final String VERSION = "0.3.2"; private ProgramInfo() {} |