From b695baaf1d3bb0dc8a09239293da053f80d02fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 15 Nov 2020 21:42:54 +0100 Subject: [PATCH] Bump version to 1.0.1. --- installer_wizard_en.ts | 20 ++++++++++---------- src/installer.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/installer_wizard_en.ts b/installer_wizard_en.ts index 0448b1c..0c983e2 100644 --- a/installer_wizard_en.ts +++ b/installer_wizard_en.ts @@ -3,32 +3,32 @@ WizardInstallerComplete - + Form - + The installer script has finished. The following sub-packages and plugins will be installed. - + Sub-Packages: - + Plugins: - + INI Tweaks: - + Notes: @@ -87,22 +87,22 @@ WizardInstallerPage - + Form - + TextLabel - + Options: - + Description: diff --git a/src/installer.py b/src/installer.py index f25164e..a216a45 100644 --- a/src/installer.py +++ b/src/installer.py @@ -60,7 +60,7 @@ class WizardInstaller(mobase.IPluginInstallerSimple): return self._tr("Installer for BAIN archive containing wizard scripts.") def version(self): - return mobase.VersionInfo(1, 0, 0, mobase.ReleaseType.BETA) + return mobase.VersionInfo(1, 0, 1) def isActive(self): return self._organizer.pluginSetting(self.name(), "enabled")