Skip to content

Commit

Permalink
Tag release v2.1.37
Browse files Browse the repository at this point in the history
References:
  #639, #642, #646, #647
  • Loading branch information
AdityaManohar committed Jul 7, 2015
1 parent bd808a5 commit 66e1274
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 82 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.36.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.37.min.js"></script>

The AWS SDK is also compatible with [browserify](http://browserify.org).

Expand Down
138 changes: 70 additions & 68 deletions dist/aws-sdk.js

Large diffs are not rendered by default.

22 changes: 15 additions & 7 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc-src/guide/browser-building.md
Expand Up @@ -22,7 +22,7 @@ First, clone the repository from GitHub and cd into the directory:
```bash
git clone git://github.com/aws/aws-sdk-js
cd aws-sdk-js
git checkout v2.1.36
git checkout v2.1.37
```

After you have cloned the repository, you need to download the dependency modules
Expand Down
2 changes: 1 addition & 1 deletion doc-src/guide/browser-examples.md
Expand Up @@ -7,7 +7,7 @@ and authenticated with the correct credentials.

The common preamble code can be summarized as follows:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.36.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.37.min.js"></script>
<script type="text/javascript">
// See the Configuring section to configure credentials in the SDK
AWS.config.credentials = ...;
Expand Down
4 changes: 2 additions & 2 deletions doc-src/guide/browser-intro.md
Expand Up @@ -8,10 +8,10 @@ The quickest way to get started with the SDK is to load it using the hosted
package directly from Amazon Web Services. To do this, simply add the following
script tag to your HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.36.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.37.min.js"></script>

You can also download this package by clicking the following link:
[aws-sdk-2.1.36.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.1.36.min.js)
[aws-sdk-2.1.37.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.1.37.min.js)

## Using Bower

Expand Down
2 changes: 1 addition & 1 deletion lib/core.js
Expand Up @@ -17,7 +17,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1.36',
VERSION: '2.1.37',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1.36",
"version": "2.1.37",
"author": {
"name":"Amazon Web Services",
"email":"",
Expand Down

0 comments on commit 66e1274

Please sign in to comment.