Skip to content

Commit

Permalink
Bump version to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Apr 10, 2022
1 parent 193c0b9 commit 522e75a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BeautySearch/BeautySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const SETTINGS_DEFAULTS = {
// Use defaults if the script is injected manually
const SETTINGS = SETTINGS_DEFAULTS;

const VERSION = '1.13.2';
const VERSION = '1.13.3';

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

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.2.0")]
[assembly: AssemblyFileVersion("1.13.2.0")]
[assembly: AssemblyVersion("1.13.3.0")]
[assembly: AssemblyFileVersion("1.13.3.0")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ BeautySearch allows you to edit the text which is displayed on Search Box by def

### Enforce Dark Search Box when Taskbar is Dark

BeautySearch allows you get Dark Search box when System Theme is set to Dark, but Apps Theme is set to Dark.
BeautySearch allows you get Dark Search box when System Theme is set to Dark, but Apps Theme is set to Light.

<img src="https://raw.githubusercontent.com/krlvm/BeautySearch/master/github-images/searchbox-dark-text.png" width="50%" />

Expand Down

0 comments on commit 522e75a

Please sign in to comment.