Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevm committed Jan 21, 2023
1 parent 8378c5f commit d2593e5
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,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "personal-gallery",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"scripts": {
"server-dev": "yarn workspace server dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down

0 comments on commit d2593e5

Please sign in to comment.