chore: update pom version

Change order of gb64.com and c64.com
This commit is contained in:
lantzelot-swe 2021-01-16 22:22:49 +01:00
parent 4a01061cc6
commit 9fe2fbb482
3 changed files with 3 additions and 3 deletions

View File

@ -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?

View File

@ -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>

View File

@ -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;
}