Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
Publish v1.9.1
  • Loading branch information
GMartigny committed Jul 22, 2019
1 parent c559bec commit 351fe0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "1.9.1",
"packages": [
"modules/*"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/particles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pencil.js/particles",
"version": "1.9.0",
"version": "1.9.1",
"description": "Particles generator for Pencil.js package.",
"main": "particles.js",
"files": [],
Expand Down
4 changes: 2 additions & 2 deletions modules/pencil.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pencil.js",
"version": "1.9.0",
"version": "1.9.1",
"description": "Nice modular interactive 2D drawing library.",
"main": "pencil.js",
"files": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"@pencil.js/mouse-event": "^1.9.0",
"@pencil.js/network-event": "^1.9.0",
"@pencil.js/offscreen-canvas": "^1.9.0",
"@pencil.js/particles": "^1.9.0",
"@pencil.js/particles": "^1.9.1",
"@pencil.js/path": "^1.9.0",
"@pencil.js/polygon": "^1.9.0",
"@pencil.js/position": "^1.9.0",
Expand Down

0 comments on commit 351fe0a

Please sign in to comment.