Skip to content

Commit

Permalink
Bump version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Aug 21, 2022
1 parent b3e0bbc commit 241000c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BeautySearch/BeautySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Licensed under the GNU GPLv3 License
* https://github.com/krlvm/BeautySearch
*
* @version 1.14
* @version 1.15
* @author krlvm
**/

Expand Down 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.5';
const VERSION = '1.15';

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

Expand Down
4 changes: 2 additions & 2 deletions BeautySearch/BeautySearch11.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Licensed under the GNU GPLv3 License
* https://github.com/krlvm/BeautySearch
*
* @version Beta
* @version 1.15
* @author krlvm
**/

Expand All @@ -53,7 +53,7 @@ const SETTINGS_DEFAULTS = {
// Use defaults if the script is injected manually
const SETTINGS = SETTINGS_DEFAULTS;

const VERSION = 'Beta';
const VERSION = '1.15';

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.6.0")]
[assembly: AssemblyFileVersion("1.14.6.0")]
[assembly: AssemblyVersion("1.15.0.0")]
[assembly: AssemblyFileVersion("1.15.0.0")]

0 comments on commit 241000c

Please sign in to comment.