This repository was archived by the owner on Apr 26, 2023. It is now read-only.
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 33/*
44 * DotNet proxy client.
55 *
6- * Version 1.1.1-beta
6+ * Version 1.1.2
77 * See https://github.com/Esri/resource-proxy for more information.
88 *
99 */
@@ -21,7 +21,7 @@ using System.Net;
2121
2222public class proxy : IHttpHandler {
2323
24- private static String version = "1.1.1-beta ";
24+ private static String version = "1.1.2 ";
2525
2626 class RateMeter {
2727 double _rate; //internal rate is stored in requests per second
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ java.text.SimpleDateFormat" %>
3535*
3636* JSP proxy client
3737*
38- * Version 1.1.1-beta
38+ * Version 1.1.2
3939* See https://github.com/Esri/resource-proxy for more information.
4040*
4141---------------------------------------------------------- - -->
4242
43- <%! final String version = " 1.1.1-beta " ; % >
43+ <%! final String version = " 1.1.2 " ; % >
4444
4545<%!
4646 public static final class DataValidUtil {
Original file line number Diff line number Diff line change 33/**
44 * PHP Proxy Client
55 *
6- * Version 1.1.1-beta
6+ * Version 1.1.2
77 * See https://github.com/Esri/resource-proxy for more information.
88 *
99 */
1010
11- $ version = "1.1.1-beta " ;
11+ $ version = "1.1.2 " ;
1212
1313error_reporting (0 );
1414
You can’t perform that action at this time.
0 commit comments