Skip to content

Commit a5cedbc

Browse files
Bump version to 0.9.11-alpha
1 parent e7bf1f3 commit a5cedbc

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
@@ -19,7 +19,7 @@
1919
from __future__ import division
2020

2121
# --- Modules/packages in this plugin ---
22-
import resources.main as main
22+
import resources.main
2323

2424
# --- Python standard library ---
2525
import sys
@@ -38,4 +38,4 @@
3838
# This way, the Python interpreter will precompile them into bytecode (files PYC/PYO) so
3939
# loading time is faster compared to loading PY files.
4040
# See http://www.network-theory.co.uk/docs/pytut/CompiledPythonfiles.html
41-
main.Main().run_plugin(sys.argv)
41+
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.9.10" provider-name="Wintermute0110">
2+
<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" version="0.9.11-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)