Skip to content

Commit

Permalink
Bump version to 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed May 16, 2022
1 parent 3cb6eec commit 9dd8bee
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -83,7 +83,7 @@ const SETTINGS_DEFAULTS = {
// Use defaults if the script is injected manually
const SETTINGS = SETTINGS_DEFAULTS;

const VERSION = '1.14.2';
const VERSION = '1.14.3';

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

Expand Down Expand Up @@ -838,7 +838,7 @@ if(SETTINGS.version2022) {
width: 100%;
padding-right: 12px !important;
}
.zeroInput19H1 .suggsList .details .removeIcon {
.zeroInput19H1:not(.allScope) .suggsList .details .removeIcon {
margin-top: 4px;
}
`);
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.14.2.0")]
[assembly: AssemblyFileVersion("1.14.2.0")]
[assembly: AssemblyVersion("1.14.3.0")]
[assembly: AssemblyFileVersion("1.14.3.0")]

0 comments on commit 9dd8bee

Please sign in to comment.