summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2021-06-12 07:37:00 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2021-06-12 07:37:00 -0500
commita34d79383061ba53951f3f69a44f142820e82216 (patch)
treef4b35e7dbf6ddd0b89bc46e2e34f2b84bdf161d7 /src/main
parent716af8ab6c55961ce4171199b773005d22553571 (diff)
parent41b0eda07403db9b09184b79060bcc323dcdc753 (diff)
Merge branch 'release-0.3.0' into develop
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/unitConverter/package-info.java4
-rw-r--r--src/main/resources/about.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/org/unitConverter/package-info.java b/src/main/java/org/unitConverter/package-info.java
index 23dd165..68a258f 100644
--- a/src/main/java/org/unitConverter/package-info.java
+++ b/src/main/java/org/unitConverter/package-info.java
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2019 Adrien Hopkins
+ * Copyright (C) 2019-2021 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
@@ -18,7 +18,7 @@
* A program that converts units.
*
* @author Adrien Hopkins
- * @version v0.2.0
+ * @version v0.3.0
* @since 2019-01-25
*/
package org.unitConverter; \ No newline at end of file
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt
index 1bad9e8..da0ab11 100644
--- a/src/main/resources/about.txt
+++ b/src/main/resources/about.txt
@@ -1,4 +1,4 @@
-About Unit Converter v0.2.0
+About Unit Converter v0.3.0
Copyright Notice:
@@ -9,4 +9,4 @@ for details read the LICENSE file, section 15
This is free software, and you are welcome to redistribute
it under certain conditions; for details go to
<https://www.gnu.org/licenses/quick-guide-gplv3.html>
-or read the LICENSE file. \ No newline at end of file
+or read the LICENSE file.