Skip to content

Commit

Permalink
bump n' build
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn committed Sep 23, 2016
1 parent 2aef9ec commit c60a54b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 1.0.10
* Fixed iOS 10 API deprication (#17)
* Add Travis CI
* Include minified build in release

= 1.0.9
* True fix for issue with lineWidth handling in stroke (#14)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hidpi-canvas",
"version": "1.0.9",
"version": "1.0.10",
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
"authors": [
"Jonathan Johnson <[email protected]>"
Expand All @@ -13,7 +13,7 @@
"polyfill"
],
"main": "dist/hidpi-canvas.js",
"license": "Apache 2.0",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions dist/hidpi-canvas.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* HiDPI Canvas Polyfill (1.0.9)
* HiDPI Canvas Polyfill (1.0.10)
*
* Author: Jonathan D. Johnson (http://jondavidjohn.com)
* Homepage: https://github.com/jondavidjohn/hidpi-canvas-polyfill
* Issue Tracker: https://github.com/jondavidjohn/hidpi-canvas-polyfill/issues
* License: Apache 2.0
* License: Apache-2.0
*/
(function(prototype) {

Expand Down
9 changes: 9 additions & 0 deletions dist/hidpi-canvas.min.js

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,7 +1,7 @@
{
"name": "hidpi-canvas",
"description": "A JavaScript drop-in module to polyfill consistent and automatic HiDPI Canvas support.",
"version": "1.0.9",
"version": "1.0.10",
"license": "Apache-2.0",
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
"bugs": "https://github.com/jondavidjohn/hidpi-canvas-polyfill/issues",
Expand Down

0 comments on commit c60a54b

Please sign in to comment.