Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungerDryas89 committed Nov 24, 2024
1 parent 0993137 commit bcc1e31
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>moviescraper.doctord</groupId>
<artifactId>JAVMovieScraper</artifactId>
<version>0.7.4</version>
<version>0.8.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/moviescraper/doctord/view/GUIMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private void initialize() {
frmMoviescraper.setBackground(SystemColor.window);
frmMoviescraper.setMinimumSize(new Dimension(minimumWidth, minimumHeight));
frmMoviescraper.setPreferredSize(new Dimension(guiSettings.getWidth(), guiSettings.getHeight()));
frmMoviescraper.setTitle("JAVMovieScraper v0.7.4");
frmMoviescraper.setTitle("JAVMovieScraper v0.8.4");
frmMoviescraper.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

// Add listener
Expand Down

0 comments on commit bcc1e31

Please sign in to comment.