Skip to content

Commit

Permalink
Bump version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Apr 23, 2022
1 parent 6f7e0e3 commit 096f89f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BeautySearch/BeautySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Licensed under the GNU GPLv3 License
* https://github.com/krlvm/BeautySearch
*
* @version 1.13
* @version 1.14
* @author krlvm
**/

Expand Down Expand Up @@ -83,7 +83,7 @@ const SETTINGS_DEFAULTS = {
// Use defaults if the script is injected manually
const SETTINGS = SETTINGS_DEFAULTS;

const VERSION = '1.13.8';
const VERSION = '1.14';

console.log('BeautySearch v' + VERSION + ' is loaded');

Expand Down
3 changes: 3 additions & 0 deletions BeautySearch/Installer/ScriptInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ public static int Install(FeatureControl features)
if (!features.IsEnabled("backgroundMode"))
{
features.Set("backgroundMode", "dark2022");
} else
{
features.Exclude("backgroundMode");
}
}

Expand Down
4 changes: 2 additions & 2 deletions BeautySearch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.13.8.0")]
[assembly: AssemblyFileVersion("1.13.8.0")]
[assembly: AssemblyVersion("1.14.0.0")]
[assembly: AssemblyFileVersion("1.14.0.0")]

0 comments on commit 096f89f

Please sign in to comment.