Skip to content

Commit 9dd8bee

Browse files
committed
Bump version to 1.14.3
1 parent 3cb6eec commit 9dd8bee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BeautySearch/BeautySearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const SETTINGS_DEFAULTS = {
8383
// Use defaults if the script is injected manually
8484
const SETTINGS = SETTINGS_DEFAULTS;
8585

86-
const VERSION = '1.14.2';
86+
const VERSION = '1.14.3';
8787

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

@@ -838,7 +838,7 @@ if(SETTINGS.version2022) {
838838
width: 100%;
839839
padding-right: 12px !important;
840840
}
841-
.zeroInput19H1 .suggsList .details .removeIcon {
841+
.zeroInput19H1:not(.allScope) .suggsList .details .removeIcon {
842842
margin-top: 4px;
843843
}
844844
`);

BeautySearch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.14.2.0")]
36-
[assembly: AssemblyFileVersion("1.14.2.0")]
35+
[assembly: AssemblyVersion("1.14.3.0")]
36+
[assembly: AssemblyFileVersion("1.14.3.0")]

0 commit comments

Comments
 (0)