Skip to content

Commit b5f7e20

Browse files
Bump version to 0.9.7~beta1
1 parent 1e0ce1c commit b5f7e20

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

addon.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher"
3-
version="0.9.7~alpha" provider-name="Wintermute0110">
4-
<requires>
5-
<!-- See https://github.com/xbmc/xbmc/blob/master/addons/xbmc.python/addon.xml
6-
2.24.0 Jarvis 16.x
7-
2.25.0 Krypton 17.x
8-
x.yy.z Leia 18.x
9-
x.yy.z M**** 19.x
10-
-->
11-
<import addon="xbmc.python" version="2.25.0" />
12-
</requires>
13-
<extension point="xbmc.python.pluginsource" library="addon.py">
14-
<provides>executable</provides>
15-
</extension>
16-
<extension point="xbmc.addon.metadata">
17-
<summary lang="en">Start any emulators/apps from Kodi.</summary>
18-
<description lang="en">Multi-emulator front-end and general application launcher for Kodi. Includes offline scrapers for MAME and No-Intro ROM sets and also supports scrapping ROM metadata and artwork online. ROM auditing for No-Intro ROMs using No-Intro or Redump XML DAT files. Launching of games and standalone applications is also available.</description>
19-
<platform>all</platform>
20-
<license>GNU General Public License version 2</license>
21-
<email>[email protected]</email>
22-
<forum>http://forum.kodi.tv/showthread.php?tid=287826</forum>
23-
<website>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher/wiki</website>
24-
<source>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher</source>
25-
<assets>
26-
<icon>media/icon.png</icon>
27-
<fanart>media/fanart.jpg</fanart>
28-
<screenshot>media/Estuary_ROM_Launcher.jpg</screenshot>
29-
<screenshot>media/Estuary_ROM_Console.jpg</screenshot>
30-
<screenshot>media/Estuary_ROM_MAME.jpg</screenshot>
31-
</assets>
32-
<news>See changelog.txt for information about the latests release.</news>
33-
</extension>
34-
</addon>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher"
3+
version="0.9.7~beta1" provider-name="Wintermute0110">
4+
<requires>
5+
<!-- See https://github.com/xbmc/xbmc/blob/master/addons/xbmc.python/addon.xml
6+
2.24.0 Jarvis 16.x
7+
2.25.0 Krypton 17.x
8+
x.yy.z Leia 18.x
9+
x.yy.z M**** 19.x
10+
-->
11+
<import addon="xbmc.python" version="2.25.0" />
12+
</requires>
13+
<extension point="xbmc.python.pluginsource" library="addon.py">
14+
<provides>executable</provides>
15+
</extension>
16+
<extension point="xbmc.addon.metadata">
17+
<summary lang="en">Start any emulators/apps from Kodi.</summary>
18+
<description lang="en">Multi-emulator front-end and general application launcher for Kodi. Includes offline scrapers for MAME and No-Intro ROM sets and also supports scrapping ROM metadata and artwork online. ROM auditing for No-Intro ROMs using No-Intro or Redump XML DAT files. Launching of games and standalone applications is also available.</description>
19+
<platform>all</platform>
20+
<license>GNU General Public License version 2</license>
21+
<email>[email protected]</email>
22+
<forum>http://forum.kodi.tv/showthread.php?tid=287826</forum>
23+
<website>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher/wiki</website>
24+
<source>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher</source>
25+
<assets>
26+
<icon>media/icon.png</icon>
27+
<fanart>media/fanart.jpg</fanart>
28+
<screenshot>media/Estuary_ROM_Launcher.jpg</screenshot>
29+
<screenshot>media/Estuary_ROM_Console.jpg</screenshot>
30+
<screenshot>media/Estuary_ROM_MAME.jpg</screenshot>
31+
</assets>
32+
<news>See changelog.txt for information about the latests release.</news>
33+
</extension>
34+
</addon>

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ WIP Options to generate the 1G1R parent list, like prefer ROMs from Europe,
6767
This resembles what NARS No-Intro filtering does.
6868

6969

70-
[B]Advanced Emulator Launcher | version 0.9.7 | XX October 2017[/B]
70+
[B]Advanced Emulator Launcher | version 0.9.7-beta1 | 07 October 2017[/B]
7171

7272
FEATURE Added a lot of new platforms.
7373

0 commit comments

Comments
 (0)