Skip to content

Commit

Permalink
version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmak1 committed Feb 17, 2024
1 parent 52a23b7 commit f6013fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cample-start",
"version": "1.0.7",
"version": "1.0.8",
"description": "Starting point for a Cample.js application",
"bin": {
"cample-start": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion src/parcel-app/packagejson.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"parcel": "^2.11.0"
},
"dependencies": {
"cample": "^3.2.0-alpha.11"
"cample": "^3.2.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion src/webpack-app/packagejson.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"cample": "^3.2.0-alpha.11"
"cample": "^3.2.0-alpha.12"
}
}

0 comments on commit f6013fe

Please sign in to comment.