Skip to content

Commit c18c0fd

Browse files
committed
Bump version to 1.14.5
1 parent 8cd7d7b commit c18c0fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BeautySearch/BeautySearch.js

Lines changed: 1 addition & 1 deletion
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.4';
86+
const VERSION = '1.14.5';
8787

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

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.4.0")]
36-
[assembly: AssemblyFileVersion("1.14.4.0")]
35+
[assembly: AssemblyVersion("1.14.5.0")]
36+
[assembly: AssemblyFileVersion("1.14.5.0")]

0 commit comments

Comments
 (0)