Skip to content

Commit

Permalink
Changed Version to V0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmiosczka committed Oct 16, 2018
1 parent 9883b36 commit b1c7ada
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 @@ -5,7 +5,7 @@

<groupId>com.github.tobiasmiosczka.cinema</groupId>
<artifactId>KDMManager</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void setProgram(Program program) {
}

private void init() {
this.setTitle("KDMManager");
this.setTitle("KDMManager V0.8");
this.setLayout(null);
this.setResizable(false);
Container c = this.getContentPane();
Expand Down

0 comments on commit b1c7ada

Please sign in to comment.