Skip to content

Commit

Permalink
actually set the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Funnyadd committed Aug 27, 2024
1 parent 082a283 commit ee06744
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Personal Website of Adam Mihajlovic",
"main": "src/pages/index.js",
"version": "1.1.6",
"version": "1.2.0",
"author": "Adam Mihajlovic <[email protected]>",
"dependencies": {
"@apollo/client": "^3.11.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Personal Website of Adam Mihajlovic",
"main": "src/pages/index.js",
"version": "1.1.6",
"version": "1.2.0",
"author": "Adam Mihajlovic <[email protected]>",
"scripts": {
"test": "node test",
Expand Down
4 changes: 2 additions & 2 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Strapi back-end of Adam Mihajlovic's personal website",
"main": "server.js",
"version": "1.1.6",
"version": "1.2.0",
"author": "Adam Mihajlovic <[email protected]>",
"dependencies": {
"@strapi/plugin-graphql": "^4.25.8",
Expand Down

0 comments on commit ee06744

Please sign in to comment.