chore: update pom version
Change order of gb64.com and c64.com
This commit is contained in:
parent
4a01061cc6
commit
9fe2fbb482
2
TODO.txt
2
TODO.txt
|
@ -1,4 +1,4 @@
|
|||
-More sites for the scraper. (c64.com and gb64.com done)
|
||||
-More sites for the scraper. (c64.com and gb64.com added)
|
||||
-Allow for saving without cover or one missing screenshot. Use "missing" for it instead.
|
||||
-Add support for languages for the description field
|
||||
-Bug: prg files for vic-20?
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>se.lantz</groupId>
|
||||
<artifactId>PCUGameManager</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.1.0</version>
|
||||
<name>PCUGameManager</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -164,8 +164,8 @@ public class ScraperDialog extends BaseDialog
|
|||
}
|
||||
});
|
||||
scraperComboBox.addItem(WWW_MOBYGAMES_COM);
|
||||
scraperComboBox.addItem(WWW_C64_COM);
|
||||
scraperComboBox.addItem(WWW_GAMEBASE_COM);
|
||||
scraperComboBox.addItem(WWW_C64_COM);
|
||||
}
|
||||
return scraperComboBox;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue