Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NatsuCamellia committed Mar 29, 2024
1 parent 364b3f9 commit 0673068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>net.natsucamellia</groupId>
<artifactId>star-telescope</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/Star/StarTelescope.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public class StarTelescope extends Application {
private Stage primaryStage;

@Override
public void start(Stage primaryStage) {
public void start(Stage primaryStage) {
this.primaryStage = primaryStage;
this.primaryStage.setTitle("繁星望遠鏡 v1.4.0");
this.primaryStage.setTitle("繁星望遠鏡 v1.4.1");
this.primaryStage.setResizable(true);
Image icon = new Image(Objects.requireNonNull(StarTelescope.class.getResourceAsStream("/images/icon.png")));
this.primaryStage.getIcons().add(icon);
Expand Down

0 comments on commit 0673068

Please sign in to comment.