Skip to content

Commit

Permalink
API-2239 update Dockerfile, README/package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder committed Feb 25, 2025
1 parent ef6330b commit e7f7df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11
FROM node:12

RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface to communicate with

To use this SDK, you will need:

- [Node.js **v6.3.0 or above**](https://nodejs.org/)
- [Node.js **v12 or above**](https://nodejs.org/) (SDK Version 2.5.0 and above)

Node installation will include [NPM](https://www.npmjs.com/), which is
responsible for dependency management.
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": "@bynder/bynder-js-sdk",
"version": "2.4.0",
"version": "2.5.0",
"description": "Bynder Javascript SDK",
"main": "./dist/bynder-js-sdk.js",
"scripts": {
Expand Down

0 comments on commit e7f7df3

Please sign in to comment.