Skip to content

Commit

Permalink
Tag release v2.5.1
Browse files Browse the repository at this point in the history
References:
  #1094
  • Loading branch information
chrisradek committed Aug 16, 2016
1 parent 0eb3448 commit 5b3a8a6
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 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.5.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.5.1.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
10 changes: 5 additions & 5 deletions dist/aws-sdk.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 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 @@ -29,7 +29,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.5.0
git checkout v2.5.1
```

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.5.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.5.1.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.5.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.5.1.min.js"></script>

You can also download this package by clicking the following link:
[aws-sdk-2.5.0.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.5.0.min.js)
[aws-sdk-2.5.1.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.5.1.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.5.0',
VERSION: '2.5.1',

/**
* @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.5.0",
"version": "2.5.1",
"author": {
"name":"Amazon Web Services",
"email":"",
Expand Down

0 comments on commit 5b3a8a6

Please sign in to comment.