We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd7d7b commit c18c0fdCopy full SHA for c18c0fd
BeautySearch/BeautySearch.js
@@ -83,7 +83,7 @@ const SETTINGS_DEFAULTS = {
83
// Use defaults if the script is injected manually
84
const SETTINGS = SETTINGS_DEFAULTS;
85
86
-const VERSION = '1.14.4';
+const VERSION = '1.14.5';
87
88
console.log('BeautySearch v' + VERSION + ' is loaded');
89
BeautySearch/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.14.4.0")]
36
-[assembly: AssemblyFileVersion("1.14.4.0")]
+[assembly: AssemblyVersion("1.14.5.0")]
+[assembly: AssemblyFileVersion("1.14.5.0")]
0 commit comments