Skip to content

Commit 33f0ad6

Browse files
committed
pushing release 8.4
1 parent 8aa4cc9 commit 33f0ad6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ into your application, including [OAuth](https://developer.autodesk.com/en/docs/
1919

2020
### Requirements
2121

22-
* Node.js version 6 and above.
22+
* Node.js version 10.12 and above.
2323
* A registered app on the [Forge Developer portal](https://developer.autodesk.com/myapps).
2424
* A Node.js web server (such as Express) for 3-legged authentication.
2525

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forge-apis",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.",
55
"license": "Apache-2.0",
66
"main": "src/index.js",
@@ -44,4 +44,4 @@
4444
"nyc": "^14.1.1",
4545
"sinon": "^7.5.0"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)