Update files
jdarwood007

jdarwood007 commited on 2023-09-22 19:17:51
Showing 3 changed files, with 3 additions and 3 deletions.

... ...
@@ -50,7 +50,7 @@ function shd_init()
50 50
 	$context['shd_home'] = 'action=helpdesk;sa=main';
51 51
 
52 52
 	// What SD version are we on? It's now here!
53
-	define('SHD_VERSION', 'SimpleDesk 2.1.2');
53
+	define('SHD_VERSION', 'SimpleDesk 2.1.3');
54 54
 
55 55
 	// This isn't the SMF way. But for something like this, it's way way more logical and readable.
56 56
 	define('TICKET_STATUS_NEW', 0);
... ...
@@ -13,7 +13,7 @@
13 13
 *   Any questions, please contact SimpleDesk.net              *
14 14
 *                                                             *
15 15
 ***************************************************************
16
-* SimpleDesk Version: 2.1.2                                   *
16
+* SimpleDesk Version: 2.1.3                                   *
17 17
 * File Info: Subs-SimpleDeskManageAttachments.php             *
18 18
 **************************************************************/
19 19
 
... ...
@@ -13,7 +13,7 @@
13 13
 *   Any questions, please contact SimpleDesk.net              *
14 14
 *                                                             *
15 15
 ***************************************************************
16
-* SimpleDesk Version: 2.1.2                                   *
16
+* SimpleDesk Version: 2.1.3                                   *
17 17
 * File Info: Subs-SimpleDeskPost.php                          *
18 18
 **************************************************************/
19 19
 
20 20