Skip to content

Commit

Permalink
Bump version to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed May 10, 2022
1 parent a9b2bd3 commit a8d9e03
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.1';
const VERSION = '1.14.2';

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.1.0")]
[assembly: AssemblyFileVersion("1.14.1.0")]
[assembly: AssemblyVersion("1.14.2.0")]
[assembly: AssemblyFileVersion("1.14.2.0")]

0 comments on commit a8d9e03

Please sign in to comment.