Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Dec 26, 2021
1 parent e4f4e9b commit 41c6190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>drone.atlas</groupId>
<artifactId>drone-atlas</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/app/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class UI {
public static JButton sync;

public static void createManagementUI() {
management = new JFrame("Drone-Atlas management");
management = new JFrame("Drone-Atlas v1.0 management");
management.setSize(500, 150);
management.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
management.setLocationRelativeTo(null);
Expand Down

0 comments on commit 41c6190

Please sign in to comment.