summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2021-12-02 16:53:05 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2021-12-02 16:53:05 -0500
commit9c30c3ad4d4658964e2bb2bb5be6c2eebbfbe8af (patch)
tree65717e8d7e75247ced380a72842c50b94fc61a0e
parent345fa45ae562e4699cc9c2e039dc82c7a66b0451 (diff)
Updated changelog and version numberv0.3.2
-rw-r--r--CHANGELOG.org2
-rw-r--r--README.org2
-rw-r--r--src/main/java/sevenUnits/ProgramInfo.java2
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
diff --git a/README.org b/README.org
index b22a497..2b4ffa0 100644
--- a/README.org
+++ b/README.org
@@ -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() {}