Skip to content

Commit 241000c

Browse files
committed
Bump version to 1.15
1 parent b3e0bbc commit 241000c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

BeautySearch/BeautySearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* Licensed under the GNU GPLv3 License
4141
* https://github.com/krlvm/BeautySearch
4242
*
43-
* @version 1.14
43+
* @version 1.15
4444
* @author krlvm
4545
**/
4646

@@ -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.5';
86+
const VERSION = '1.15';
8787

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

BeautySearch/BeautySearch11.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Licensed under the GNU GPLv3 License
2929
* https://github.com/krlvm/BeautySearch
3030
*
31-
* @version Beta
31+
* @version 1.15
3232
* @author krlvm
3333
**/
3434

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

56-
const VERSION = 'Beta';
56+
const VERSION = '1.15';
5757

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

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

0 commit comments

Comments
 (0)