From 4db89a7e775921f4bb29db9f9b6bd939f115b631 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sat, 23 Mar 2024 15:25:42 -0500 Subject: Complete exponentiation of dimensions Previously, you could only exponentiate individual dimensions in expressions. For example, `Length^3` was valid, but `(Length / Time)^2` was not. This is now fixed. --- src/main/resources/about.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index 5cdcf67..07309e5 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -2,7 +2,7 @@ About 7Units Version [VERSION] Copyright Notice: -Unit Converter Copyright (C) 2018-2023 Adrien Hopkins +Unit Converter Copyright (C) 2018-2024 Adrien Hopkins This program comes with ABSOLUTELY NO WARRANTY; for details read the LICENSE file, section 15 -- cgit v1.2.3