Skip to content

Commit 2b57615

Browse files
committed
Tag release v2.0.0-rc.17
1 parent d175840 commit 2b57615

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Release notes can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript
1212
To use the SDK in the browser, simply add the following script tag to your
1313
HTML pages:
1414

15-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.16.min.js"></script>
15+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.17.min.js"></script>
1616

1717
### In Node.js
1818

dist/aws-sdk.js

+3-3
Large diffs are not rendered by default.

dist/aws-sdk.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc-src/guide/browser-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and authenticated with the correct credentials.
77

88
The common preamble code can be summarized as follows:
99

10-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.16.min.js"></script>
10+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.17.min.js"></script>
1111
<script type="text/javascript">
1212
// See the Configuring section to configure credentials in the SDK
1313
AWS.config.credentials = ...;

doc-src/guide/browser-intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The quickest way to get started with the SDK is to load it using the hosted
88
package directly from Amazon Web Services. To do this, simply add the following
99
script tag to your HTML pages:
1010

11-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.16.min.js"></script>
11+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.17.min.js"></script>
1212

1313
You can also download this package by clicking the following link:
14-
[aws-sdk-2.0.0-rc.16.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.16.min.js)
14+
[aws-sdk-2.0.0-rc.17.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc.17.min.js)
1515

1616
Once the SDK is loaded in your page, the module will be available from
1717
the global variable `AWS` (or `window.AWS`).

lib/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AWS.util.update(AWS, {
1818
/**
1919
* @constant
2020
*/
21-
VERSION: '2.0.0-rc.16',
21+
VERSION: '2.0.0-rc.17',
2222

2323
/**
2424
* @api private

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk",
33
"description": "AWS SDK for JavaScript",
4-
"version": "2.0.0-rc.16",
4+
"version": "2.0.0-rc.17",
55
"author": {
66
"name":"Amazon Web Services",
77
"email":"",

0 commit comments

Comments
 (0)