Skip to content

Commit

Permalink
Tag release v2.0.6
Browse files Browse the repository at this point in the history
References:
  #312, #315
  • Loading branch information
lsegal committed Jul 10, 2014
1 parent 0eb94e8 commit 0fa981f
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.0.5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.6.min.js"></script>

### In Node.js

Expand Down
74 changes: 38 additions & 36 deletions dist/aws-sdk.js

Large diffs are not rendered by default.

14 changes: 7 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-examples.md
Original file line number Diff line number Diff line change
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.0.5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.6.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
Original file line number Diff line number Diff line change
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.0.5.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.6.min.js"></script>

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

Once the SDK is loaded in your page, the module will be available from
the global variable `AWS` (or `window.AWS`).
Expand Down
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.0.5',
VERSION: '2.0.6',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.0.5",
"version": "2.0.6",
"author": {
"name":"Amazon Web Services",
"email":"",
Expand Down

0 comments on commit 0fa981f

Please sign in to comment.