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

Commit

Permalink
Merge pull request #314 from Esri/1.1.0-release
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
jgravois committed Nov 6, 2015
2 parents 763fbb5 + 51e89e8 commit e870410
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0]
## [1.1.0] - 2015-11-05

### Added
- Support for 10.3 tokens
Expand Down
4 changes: 2 additions & 2 deletions DotNet/proxy.ashx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* DotNet proxy client.
*
* Version 1.1.0-beta
* Version 1.1.0
* See https://github.com/Esri/resource-proxy for more information.
*
*/
Expand All @@ -20,7 +20,7 @@ using System.Text.RegularExpressions;

public class proxy : IHttpHandler {

private static String version = "1.1.0-beta";
private static String version = "1.1.0";

class RateMeter {
double _rate; //internal rate is stored in requests per second
Expand Down
4 changes: 2 additions & 2 deletions Java/proxy.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ java.text.SimpleDateFormat" %>
*
* JSP proxy client
*
* Version 1.1.0-beta
* Version 1.1.0
* See https://github.com/Esri/resource-proxy for more information.
*
----------------------------------------------------------- -->

<%! final String version = "1.1.0-beta"; %>
<%! final String version = "1.1.0"; %>

<%!
public static final class DataValidUtil {
Expand Down
4 changes: 2 additions & 2 deletions PHP/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
/**
* PHP Proxy Client
*
* Version 1.1.0-beta
* Version 1.1.0
* See https://github.com/Esri/resource-proxy for more information.
*
*/

$version = "1.1.0-beta";
$version = "1.1.0";

error_reporting(0);

Expand Down

0 comments on commit e870410

Please sign in to comment.