Skip to content

Commit

Permalink
v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 3, 2024
1 parent 01f19eb commit d3aefa4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
52 changes: 26 additions & 26 deletions app-template/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 app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"upgrade-cubing": "npm install --save cubing@latest"
},
"dependencies": {
"cubing": "^0.49.0"
"cubing": "^0.49.1"
},
"devDependencies": {
"barely-a-dev-server": "^0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions 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": "create-cubing-app",
"version": "0.49.0",
"version": "0.49.1",
"type": "module",
"bin": {
"create-cubing-app": "bin/create-cubing-app.js"
Expand Down

0 comments on commit d3aefa4

Please sign in to comment.