Skip to content

Commit

Permalink
Merge branch 'release/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn committed Jun 25, 2014
2 parents 33fbab1 + fdee900 commit e097712
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 1.0.5
* Correct bower file with "main" entry
* Add `createLinearGradient` support

= 1.0.3
* Add bower support
* Add built distribution files to the repository
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Some things you should be familiar with before getting started

## Development

Once you have NPM and Grunt installed, clone the repository and install all dependancies
Once you have NPM and Grunt installed, clone the repository (with `--recursive` to also clone all submodules) and install all dependencies

git clone git@.....hidpi-canvas-polyfill.git
git clone git@.....hidpi-canvas-polyfill.git --recursive
cd hidpi-canvas-polyfill
npm install

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hidpi-canvas",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/jondavidjohn/hidpi-canvas-polyfill",
"authors": [
"Jonathan Johnson <jon@crowdfavorite.com>"
Expand All @@ -12,6 +12,7 @@
"hidpi",
"polyfill"
],
"main": "dist/hidpi-canvas.js",
"license": "Apache 2.0",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/hidpi-canvas.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* HiDPI Canvas Polyfill (1.0.4)
* HiDPI Canvas Polyfill (1.0.5)
*
* Author: Jonathan D. Johnson (http://jondavidjohn.com)
* Homepage: https://github.com/jondavidjohn/hidpi-canvas-polyfill
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.0.5",
"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 e097712

Please sign in to comment.