Skip to content

Commit

Permalink
Package: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Dec 30, 2020
1 parent 49b4e54 commit 7276a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -61,8 +61,8 @@ _Type definitions are included in the npm package._
> Awesome-qr.js uses node-canvas as its drawing backend. You might need to take a look at [its documentation](https://github.com/Automattic/node-canvas#installation) to ensure that node-canvas works on your environment.
```shell
yarn add awesome-qr@next // using Yarn
npm install --save awesome-qr@next // using NPM
yarn add awesome-qr // using Yarn
npm install --save awesome-qr // using NPM
```

> Awesome-qr.js prior to v2.0.0 **does not work well** in Node.js environment and Awesome-qr.js prior to v1.2.0 **does not work** in Node.js environment.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "awesome-qr",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "An awesome but simple QR code generator written in JavaScript.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 7276a1f

Please sign in to comment.