Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilveron committed Aug 1, 2022
1 parent c82e2fa commit f5cd617
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 22 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/dataSources/60ec98e4-a16f-4b3c-988d-87bea8bbee9c.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed MediaPlayerDb.db
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions src/main/java/it/unical/sadstudents/mediaplayeruid/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package it.unical.sadstudents.mediaplayeruid;

public class Main {
public static void main(String[] args) {
MainApplication.main(args);
}
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: it.unical.sadstudents.mediaplayeruid.MainApplication
Main-Class: it.unical.sadstudents.mediaplayeruid.Main

3 changes: 3 additions & 0 deletions target/classes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: it.unical.sadstudents.mediaplayeruid.Main

Binary file not shown.
Binary file not shown.
Binary file modified target/classes/module-info.class
Binary file not shown.

0 comments on commit f5cd617

Please sign in to comment.