Skip to content

Commit

Permalink
Merge pull request #19 from blakewilson/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
blakewilson authored Dec 16, 2022
2 parents c19591b + 4b4db62 commit 7483f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/in-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"canvas-text-block": "^1.0.4"
"canvas-text-block": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/node-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"canvas": "^2.7.0",
"canvas-text-block": "^1.0.4",
"canvas-text-block": "^1.1.1",
"lorem-ipsum": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-text-block",
"version": "1.1.0",
"version": "1.1.1",
"description": "Easily render a wrapping block of text in an HTML Canvas Element.",
"main": "dist/CanvasTextBlock.common.js",
"module": "dist/CanvasTextBlock.esm.js",
Expand Down

0 comments on commit 7483f1d

Please sign in to comment.