Skip to content

Commit

Permalink
fix: Increment Version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba committed Jul 21, 2021
1 parent cd575b8 commit 0dd7a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/ranfa/main/DelesteRandomSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import com.ranfa.lib.Song;
import com.ranfa.lib.Version;

@Version(major = 0, minor = 0, patch = 4)
@Version(major = 0, minor = 1, patch = 1)
public class DelesteRandomSelector extends JFrame {

private static ArrayList<Song> selectedSongsList = new ArrayList<Song>();
Expand Down

0 comments on commit 0dd7a37

Please sign in to comment.