diff --git a/src/UnitConverter/Unit/Area/AreaUnit.php b/src/UnitConverter/Unit/Area/AreaUnit.php index 9d075c66..4bd19e55 100644 --- a/src/UnitConverter/Unit/Area/AreaUnit.php +++ b/src/UnitConverter/Unit/Area/AreaUnit.php @@ -22,7 +22,7 @@ * extend this class and implement their name, symbol and units; * overriding the $unitOf and $base properties only if necessary. * - * @version 1.0.0 + * @version 1.0.1 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Area/SquareCentimetre.php b/src/UnitConverter/Unit/Area/SquareCentimetre.php index 83e94051..50352815 100644 --- a/src/UnitConverter/Unit/Area/SquareCentimetre.php +++ b/src/UnitConverter/Unit/Area/SquareCentimetre.php @@ -17,7 +17,7 @@ /** * Square centimetre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Area/SquareKilometre.php b/src/UnitConverter/Unit/Area/SquareKilometre.php index b0b9aab8..fc0bd726 100644 --- a/src/UnitConverter/Unit/Area/SquareKilometre.php +++ b/src/UnitConverter/Unit/Area/SquareKilometre.php @@ -17,7 +17,7 @@ /** * Square kilometre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Area/SquareMetre.php b/src/UnitConverter/Unit/Area/SquareMetre.php index b70b40da..ecbdae73 100644 --- a/src/UnitConverter/Unit/Area/SquareMetre.php +++ b/src/UnitConverter/Unit/Area/SquareMetre.php @@ -18,7 +18,7 @@ * Square metre data class. All area units will use this * class as the $base property. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Area/SquareMillimetre.php b/src/UnitConverter/Unit/Area/SquareMillimetre.php index cf9fc35a..9f60b9b0 100644 --- a/src/UnitConverter/Unit/Area/SquareMillimetre.php +++ b/src/UnitConverter/Unit/Area/SquareMillimetre.php @@ -17,7 +17,7 @@ /** * Square millimetre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Energy/NewtonMetre.php b/src/UnitConverter/Unit/Energy/NewtonMetre.php index 182574f4..3efc77de 100644 --- a/src/UnitConverter/Unit/Energy/NewtonMetre.php +++ b/src/UnitConverter/Unit/Energy/NewtonMetre.php @@ -17,7 +17,7 @@ /** * Newton metre unit data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.3.9 * @author Andrew Boerema <1569403+andrewboerema@users.noreply.github.com> */ diff --git a/src/UnitConverter/Unit/Length/Centimetre.php b/src/UnitConverter/Unit/Length/Centimetre.php index 552e910d..3076ce66 100644 --- a/src/UnitConverter/Unit/Length/Centimetre.php +++ b/src/UnitConverter/Unit/Length/Centimetre.php @@ -17,7 +17,7 @@ /** * Centimetre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Decimetre.php b/src/UnitConverter/Unit/Length/Decimetre.php index 77a578fb..252bfc31 100644 --- a/src/UnitConverter/Unit/Length/Decimetre.php +++ b/src/UnitConverter/Unit/Length/Decimetre.php @@ -17,7 +17,7 @@ /** * Decimetre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Kilometre.php b/src/UnitConverter/Unit/Length/Kilometre.php index 5c9f7c70..830096c8 100644 --- a/src/UnitConverter/Unit/Length/Kilometre.php +++ b/src/UnitConverter/Unit/Length/Kilometre.php @@ -17,7 +17,7 @@ /** * Kilometre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/LengthUnit.php b/src/UnitConverter/Unit/Length/LengthUnit.php index 5c0a0237..2d9bcdc8 100644 --- a/src/UnitConverter/Unit/Length/LengthUnit.php +++ b/src/UnitConverter/Unit/Length/LengthUnit.php @@ -22,7 +22,7 @@ * extend this class and implement their name, symbol and units; * overriding the $unitOf and $base properties only if necessary. * - * @version 1.0.0 + * @version 1.0.1 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Metre.php b/src/UnitConverter/Unit/Length/Metre.php index 6fcc2d79..a548ff23 100644 --- a/src/UnitConverter/Unit/Length/Metre.php +++ b/src/UnitConverter/Unit/Length/Metre.php @@ -17,7 +17,7 @@ /** * Metre data class. All units of Length are based off of Metre. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Micrometre.php b/src/UnitConverter/Unit/Length/Micrometre.php index 504ef3f9..dcd17f7c 100644 --- a/src/UnitConverter/Unit/Length/Micrometre.php +++ b/src/UnitConverter/Unit/Length/Micrometre.php @@ -17,7 +17,7 @@ /** * Micrometre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Millimetre.php b/src/UnitConverter/Unit/Length/Millimetre.php index 5e1e4612..5508395f 100644 --- a/src/UnitConverter/Unit/Length/Millimetre.php +++ b/src/UnitConverter/Unit/Length/Millimetre.php @@ -17,7 +17,7 @@ /** * Millimetre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Nanometre.php b/src/UnitConverter/Unit/Length/Nanometre.php index 7b330916..7d4a09b8 100644 --- a/src/UnitConverter/Unit/Length/Nanometre.php +++ b/src/UnitConverter/Unit/Length/Nanometre.php @@ -17,7 +17,7 @@ /** * Nanometre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Length/Picometre.php b/src/UnitConverter/Unit/Length/Picometre.php index e240a2c2..056b22d5 100644 --- a/src/UnitConverter/Unit/Length/Picometre.php +++ b/src/UnitConverter/Unit/Length/Picometre.php @@ -17,7 +17,7 @@ /** * Picometre data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Volume/CubicMetre.php b/src/UnitConverter/Unit/Volume/CubicMetre.php index b4b087b3..9fbb00ff 100644 --- a/src/UnitConverter/Unit/Volume/CubicMetre.php +++ b/src/UnitConverter/Unit/Volume/CubicMetre.php @@ -17,7 +17,7 @@ /** * Cubic metre unit data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Volume/Litre.php b/src/UnitConverter/Unit/Volume/Litre.php index bb7aba83..b83a7d8c 100644 --- a/src/UnitConverter/Unit/Volume/Litre.php +++ b/src/UnitConverter/Unit/Volume/Litre.php @@ -17,7 +17,7 @@ /** * Litre unit data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Volume/Millilitre.php b/src/UnitConverter/Unit/Volume/Millilitre.php index f7ef2a5a..3c872ec0 100644 --- a/src/UnitConverter/Unit/Volume/Millilitre.php +++ b/src/UnitConverter/Unit/Volume/Millilitre.php @@ -17,7 +17,7 @@ /** * Millilitre unit data class. * - * @version 1.0.0 + * @version 2.0.0 * @since 0.0.1 * @author Jordan Brauer */ diff --git a/src/UnitConverter/Unit/Volume/VolumeUnit.php b/src/UnitConverter/Unit/Volume/VolumeUnit.php index e2779fc3..52f0fbab 100644 --- a/src/UnitConverter/Unit/Volume/VolumeUnit.php +++ b/src/UnitConverter/Unit/Volume/VolumeUnit.php @@ -22,7 +22,7 @@ * extend this class and implement their name, symbol and units; * overriding the $unitOf and $base properties only if necessary. * - * @version 1.0.0 + * @version 1.0.1 * @since 0.0.1 * @author Jordan Brauer */