OSDN Git Service

chore: increment version to v2.0.0
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Sun, 14 Nov 2021 02:53:34 +0000 (11:53 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Sun, 14 Nov 2021 02:53:34 +0000 (11:53 +0900)
src/com/ranfa/main/DelesteRandomSelector.java
version.json

index e935ebe..200a6ba 100644 (file)
@@ -43,7 +43,7 @@ import com.ranfa.lib.Song;
 import com.ranfa.lib.TwitterIntegration;
 import com.ranfa.lib.Version;
 
-@Version(major = 1, minor = 3, patch = 6)
+@Version(major = 2, minor = 0, patch = 0)
 public class DelesteRandomSelector extends JFrame {
 
        private static ArrayList<Song> selectedSongsList = new ArrayList<Song>();
index acda045..fccfc26 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "major": 1,
-    "minor": 3,
-    "patch": 6
+    "major": 2,
+    "minor": 0,
+    "patch": 0
 }