Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Burgmer committed Nov 2, 2013
1 parent 800621e commit 68e1e8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rasterizeHTML.js",
"version": "0.5.0",
"version": "0.5.1",
"main": [
"./dist/rasterizeHTML.js",
"./dist/rasterizeHTML.allinone.js"
Expand Down
2 changes: 1 addition & 1 deletion dist/rasterizeHTML.allinone.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/rasterizeHTML.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! rasterizeHTML.js - v0.5.0 - 2013-10-30
/*! rasterizeHTML.js - v0.5.1 - 2013-11-02
* http://www.github.com/cburgmer/rasterizeHTML.js
* Copyright (c) 2013 Christoph Burgmer; Licensed MIT */
window.rasterizeHTMLInline = (function (module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/rasterizeHTML.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": "rasterizeHTML.js",
"title": "rasterizeHTML.js",
"version": "0.5.0",
"version": "0.5.1",
"description": "Renders HTML into the browser's canvas.",
"keywords": [
"canvas",
Expand Down

0 comments on commit 68e1e8b

Please sign in to comment.