diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-06-12 07:37:00 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-06-12 07:37:00 -0500 |
commit | a34d79383061ba53951f3f69a44f142820e82216 (patch) | |
tree | f4b35e7dbf6ddd0b89bc46e2e34f2b84bdf161d7 /src/main | |
parent | 716af8ab6c55961ce4171199b773005d22553571 (diff) | |
parent | 41b0eda07403db9b09184b79060bcc323dcdc753 (diff) |
Merge branch 'release-0.3.0' into develop
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/org/unitConverter/package-info.java | 4 | ||||
-rw-r--r-- | src/main/resources/about.txt | 4 |
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. |