Skip to content

Commit

Permalink
roll 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Jun 4, 2017
1 parent f7c0c39 commit 0dd676c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 4.0.1, 2017.06.04

* Publish releases to open source CDN [#87](https://github.com/neocotic/qrious/issues/87)
* Add live demo link to README [#89](https://github.com/neocotic/qrious/issues/89)
* webpack - need to manually install qrious-core [#90](https://github.com/neocotic/qrious/issues/90)
* Remove dependencies (non-dev) badge from README [#91](https://github.com/neocotic/qrious/issues/91)

## Version 4.0.0, 2017.06.02

* Split into multiple modules [#53](https://github.com/neocotic/qrious/issues/53) (**breaking change**)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $ bower install --save qrious

If you want to simply download the file to be used in the browser you can find them below:

* [Development Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.0/qrious.js) (71kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.0/qrious.js.map))
* [Production Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.0/qrious.min.js) (18kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.0/qrious.min.js.map))
* [Development Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.js) (71kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.js.map))
* [Production Version](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.min.js) (18kb - [Source Map](https://cdnjs.cloudflare.com/ajax/libs/jquery/4.0.1/qrious.min.js.map))

Check out [node-qrious](https://github.com/neocotic/node-qrious) if you want to install it for use within
[Node.js](https://nodejs.org).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "4.0.0",
"version": "4.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/qrious.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/qrious.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrious",
"version": "4.0.0",
"version": "4.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"bugs": {
Expand Down

0 comments on commit 0dd676c

Please sign in to comment.