OSDN Git Service

chore: increment version to v1.3.4
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Tue, 12 Oct 2021 14:20:50 +0000 (23:20 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Tue, 12 Oct 2021 14:20:50 +0000 (23:20 +0900)
src/com/ranfa/main/DelesteRandomSelector.java
version.json

index c590f9a..b3fc689 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 = 3)
+@Version(major = 1, minor = 3, patch = 4)
 public class DelesteRandomSelector extends JFrame {
 
        private static ArrayList<Song> selectedSongsList = new ArrayList<Song>();
index a847871..6983ef1 100644 (file)
@@ -1,5 +1,5 @@
 {
     "major": 1,
     "minor": 3,
-    "patch": 3
+    "patch": 4
 }
\ No newline at end of file