Skip to content

Commit

Permalink
fix: Increment Version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hizumiaoba committed Jul 23, 2021
1 parent 4cee901 commit 337da34
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 = 2, patch = 0)
@Version(major = 0, minor = 2, patch = 1)
public class DelesteRandomSelector extends JFrame {

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

0 comments on commit 337da34

Please sign in to comment.