Skip to content

Commit

Permalink
Bump v1 to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Apr 25, 2024
1 parent e5c13ff commit 5370e9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> **Important:**
> Versions 1.X.X and earlier of this package are no longer supported. For new features and support, please upgrade to [the latest version](https://www.npmjs.com/package/asana).
>
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.3/samples) directory on GitHub.
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.4/samples) directory on GitHub.
A JavaScript client (for both Node and browser) for the Asana API v1.0.

Expand All @@ -13,20 +13,20 @@ A JavaScript client (for both Node and browser) for the Asana API v1.0.
Install with npm:

```sh
npm install asana@1.0.3 --save
npm install asana@1.0.4 --save
```

### Browser

Include the v1.0.3 release directly from GitHub.
Include the v1.0.4 release directly from GitHub.

```html
<script src="https://github.com/Asana/node-asana/releases/download/v1.03/asana-min.js"></script>
```

**OR:**

1. Download the v1.0.3 distribution in [releases](https://github.com/Asana/node-asana/releases).
1. Download the v1.0.4 distribution in [releases](https://github.com/Asana/node-asana/releases).
2. Make sure to serve it from your webserver.
3. Include it on the client from a `<script>` tag.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asana",
"main": "dist/asana.js",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/Asana/node-asana",
"authors": [
"Greg Slovacek <greg@asana.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asana",
"version": "1.0.3",
"version": "1.0.4",
"description": "Official NodeJS and BrowserJS client for the Asana API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5370e9b

Please sign in to comment.