Skip to content

Commit 9989f2b

Browse files
committed
v0.60.1
1 parent d757f0d commit 9989f2b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

app-template/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"upgrade-cubing": "npm install --save cubing@latest"
88
},
99
"dependencies": {
10-
"cubing": "^0.60.0"
10+
"cubing": "^0.60.1"
1111
},
1212
"devDependencies": {
1313
"barely-a-dev-server": "^0.8.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cubing-app",
3-
"version": "0.60.0",
3+
"version": "0.60.1",
44
"type": "module",
55
"bin": {
66
"create-cubing-app": "bin/create-cubing-app.js"

0 commit comments

Comments
 (0)