Skip to content

Commit

Permalink
v2 go!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAyCe committed Feb 4, 2022
1 parent 7d12cf4 commit ac7bf71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private UbisoftConnectForwarder(String exePath) {
_labelCurrentStatus.setHorizontalCentered();
_panel = new JPanel(new BorderLayout());
_panel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
_panel.add(new JLabel("v2pre1 - 2022-01-18"), BorderLayout.NORTH);
_panel.add(new JLabel("v2 - 2022-02-04"), BorderLayout.NORTH);
_panel.add(_labelCurrentStatus, BorderLayout.CENTER);

_bottomPanel = new JPanel(new BorderLayout());
Expand Down

0 comments on commit ac7bf71

Please sign in to comment.