File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
8484const SETTINGS = SETTINGS_DEFAULTS ;
8585
86- const VERSION = '1.14.5 ' ;
86+ const VERSION = '1.15 ' ;
8787
8888console . log ( 'BeautySearch v' + VERSION + ' is loaded' ) ;
8989
Original file line number Diff line number Diff line change 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
5454const SETTINGS = SETTINGS_DEFAULTS ;
5555
56- const VERSION = 'Beta ' ;
56+ const VERSION = '1.15 ' ;
5757
5858console . log ( 'BeautySearch v' + VERSION + ' is loaded' ) ;
5959
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments