Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Jul 22, 2021
1 parent 8ceab6f commit 4e9df1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ addon:

webpack:
npm run build

tests:
npm test
npm run web-test
2 changes: 1 addition & 1 deletion package-lock.json

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,6 +1,6 @@
{
"name": "raster",
"version": "0.0.4",
"version": "0.5.0",
"description": "raster.js is a graphics library for pixel based 2d demos",
"author": "Dustin Long <[email protected]> (dustmop.io)",
"gypfile": true,
Expand Down

0 comments on commit 4e9df1d

Please sign in to comment.