Skip to content

Commit 196215b

Browse files
authored
Merge pull request #428 from CodeWithCJ/dev2
version update
2 parents 45c63b8 + acfc88a commit 196215b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SparkyFitnessFrontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sparkyfitnessfrontend",
33
"private": true,
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"homepage": "https://github.com/CodeWithCJ/SparkyFitness",
66
"type": "module",
77
"scripts": {

SparkyFitnessServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkyfitnessserver",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"main": "SparkyFitnessServer.js",
55
"scripts": {
66
"start": "nodemon --watch . --watch routes --watch services --watch models SparkyFitnessServer.js",

0 commit comments

Comments
 (0)