Skip to content

Commit

Permalink
Bump version to v2.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 2, 2014
1 parent f8b5e49 commit 2fee785
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Release notes can be found at http://aws.amazon.com/releasenotes/SDK/JavaScript
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.0-rc4.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js"></script>

### In Node.js

Expand Down
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.0-rc4.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.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.0-rc4.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.min.js"></script>

You can also download this package by clicking the following link:
[aws-sdk-2.0.0-rc4.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc4.min.js)
[aws-sdk-2.0.0-rc5.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc5.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 @@ -13,7 +13,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.0.0-rc4',
VERSION: '2.0.0-rc5',

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

0 comments on commit 2fee785

Please sign in to comment.