Skip to content

Commit 7ec098a

Browse files
Bump version to 0.10.1-alpha
1 parent cc372fb commit 7ec098a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

addon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Advanced Emulator Launcher main script file.
1616

1717
# --- Modules/packages in this plugin ---
18-
import resources.main as main
18+
import resources.main
1919

2020
# --- Python standard library ---
2121
import sys
@@ -34,4 +34,4 @@
3434
# This way, the Python interpreter will precompile them into bytecode (files PYC/PYO) so
3535
# loading time is faster compared to loading PY files.
3636
# See http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html
37-
main.Main().run_plugin(sys.argv)
37+
resources.main.Main().run_plugin(sys.argv)

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" version="0.10.0" provider-name="Wintermute0110">
2+
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" version="0.10.1-alpha" provider-name="Wintermute0110">
33
<requires>
44
<!--
55
Check main addon versions in https://github.com/xbmc/xbmc/tree/master/addons

0 commit comments

Comments
 (0)