OSDN Git Service

chore: increment Version to v1.3.6
authorReviewer-Ranfa <83933097+Reviewer-Ranfa@users.noreply.github.com>
Thu, 28 Oct 2021 23:07:14 +0000 (08:07 +0900)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 23:07:14 +0000 (08:07 +0900)
src/com/ranfa/main/DelesteRandomSelector.java

index ae766f7..9d4b605 100644 (file)
@@ -38,7 +38,7 @@ import com.ranfa.lib.Song;
 import com.ranfa.lib.TwitterIntegration;
 import com.ranfa.lib.Version;
 
-@Version(major = 1, minor = 3, patch = 4)
+@Version(major = 1, minor = 3, patch = 6)
 public class DelesteRandomSelector extends JFrame {
 
        private static ArrayList<Song> selectedSongsList = new ArrayList<Song>();