Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Commit 3e14eff

Browse files
committed
1.1.1 is next minor version, #316
1 parent 33dd126 commit 3e14eff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DotNet/proxy.ashx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* DotNet proxy client.
55
*
6-
* Version 1.1.2
6+
* Version 1.1.1
77
* See https://github.com/Esri/resource-proxy for more information.
88
*
99
*/
@@ -21,7 +21,7 @@ using System.Net;
2121

2222
public class proxy : IHttpHandler {
2323

24-
private static String version = "1.1.2";
24+
private static String version = "1.1.1";
2525

2626
class RateMeter {
2727
double _rate; //internal rate is stored in requests per second

Java/proxy.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ java.text.SimpleDateFormat" %>
3535
*
3636
* JSP proxy client
3737
*
38-
* Version 1.1.2
38+
* Version 1.1.1
3939
* See https://github.com/Esri/resource-proxy for more information.
4040
*
4141
----------------------------------------------------------- -->
4242

43-
<%! final String version = "1.1.2"; %>
43+
<%! final String version = "1.1.1"; %>
4444

4545
<%!
4646
public static final class DataValidUtil {

PHP/proxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* PHP Proxy Client
55
*
6-
* Version 1.1.2
6+
* Version 1.1.1
77
* See https://github.com/Esri/resource-proxy for more information.
88
*
99
*/
1010

11-
$version = "1.1.2";
11+
$version = "1.1.1";
1212

1313
error_reporting(0);
1414

0 commit comments

Comments
 (0)