Skip to content

Commit

Permalink
Bump version to 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed May 22, 2022
1 parent c39691a commit 90b3f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3';
const VERSION = '1.14.4';

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.14.3.0")]
[assembly: AssemblyFileVersion("1.14.3.0")]
[assembly: AssemblyVersion("1.14.4.0")]
[assembly: AssemblyFileVersion("1.14.4.0")]

0 comments on commit 90b3f8f

Please sign in to comment.