This commit is contained in:
Radek Davidek 2025-12-20 18:53:27 +01:00
parent 399034cc74
commit d39a36fc6f

View File

@ -29,7 +29,7 @@ public class PokemonGoGUI extends JFrame {
private GlobalHotkey globalHotkey;
private static final String CONFIG_FILE = "pgo-automat-settings.properties";
private static final String VERSION = "1.0.2";
private static final String VERSION = "1.0.3";
private Properties settings;
private JComboBox<Integer> countComboBox;
private JSpinner delaySpinner;