Skip to content

Commit

Permalink
Fix: Updated version number for some classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 25, 2026
1 parent f7aafc6 commit de95bc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @see Player
* @see edu.ntnu.idi.idatt2003.g40.mappe.service.TransactionCalculator
*
* @version 1.0.0
* @version 1.1.0
* */
public final class Exchange {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* <li>Has a set amount of money to use on said exchange.</li>
* <li>Has a {@link TransactionArchive}</li>
* </ul>
*
* @version 1.1.0
* */
public final class Player {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*
* <p>The portfolio stores shares and provides operations for adding, removing,
* retrieving and checking ownership of shares.</p>
*
* @version 1.1.0
*/
public final class Portfolio {

Expand Down

0 comments on commit de95bc3

Please sign in to comment.