Skip to content

Commit

Permalink
Fix: bump versions of classes that had breaking changes (name change)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Nov 14, 2017
1 parent c4b889e commit f0ce4c5
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Area/AreaUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Area/SquareCentimetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Square centimetre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Area/SquareKilometre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Square kilometre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Area/SquareMetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Area/SquareMillimetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Square millimetre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Energy/NewtonMetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Centimetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Centimetre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Decimetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Decimetre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Kilometre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Kilometre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/LengthUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Metre.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Micrometre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Micrometre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Millimetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Millimetre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Nanometre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Nanometre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Length/Picometre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Picometre data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Volume/CubicMetre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Cubic metre unit data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Volume/Litre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Litre unit data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Volume/Millilitre.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Millilitre unit data class.
*
* @version 1.0.0
* @version 2.0.0
* @since 0.0.1
* @author Jordan Brauer <jbrauer.inc@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UnitConverter/Unit/Volume/VolumeUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jbrauer.inc@gmail.com>
*/
Expand Down

0 comments on commit f0ce4c5

Please sign in to comment.