Skip to content

Commit

Permalink
Merge pull request #83 from neocotic/develop
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
neocotic authored Jun 1, 2017
2 parents a7c1f9e + 709f5a0 commit 2adb90f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.0.1, 2017.06.01

* Correct file sizes of distribution files in README [#82](https://github.com/neocotic/qrious/issues/82)

## Version 3.0.0, 2017.06.01

* Reduce size of distribution files [#59](https://github.com/neocotic/qrious/issues/59) (**breaking change**)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ you want to install that way instead of using `npm`.

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

* [Development Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js) (123kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js.map))
* [Production Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js) (37kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js.map))
* [Development Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js) (71kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.js.map))
* [Production Version](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js) (18kb - [Source Map](https://cdn.rawgit.com/neocotic/qrious/master/dist/qrious.min.js.map))

### Node.js Dependencies

Expand Down Expand Up @@ -215,7 +215,7 @@ The current version of `QRious`.

``` javascript
QRious.VERSION;
//=> "3.0.0"
//=> "3.0.1"
```

## Migrating from v1
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": "3.0.0",
"version": "3.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions 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.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/qrious.min.js

Large diffs are not rendered by default.

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

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": "3.0.0",
"version": "3.0.1",
"description": "Library for QR code generation using canvas",
"homepage": "https://github.com/neocotic/qrious",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/QRious.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var QRious = Nevis.extend(function(options) {
* @type {string}
* @memberof QRious
*/
VERSION: '3.0.0',
VERSION: '3.0.1',

/**
* Configures the <code>service</code> provided to be used by all {@link QRious} instances.
Expand Down

0 comments on commit 2adb90f

Please sign in to comment.