Skip to content

Commit

Permalink
Version bump - 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylmp committed Aug 30, 2022
1 parent 0013bdb commit 36a106b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "klymp",
"name": "photo-metadata-updater-backend",
"version": "2.2.0",
"version": "2.2.1",
"description": "Backend (nodejs) - Update photo metadata easily",
"private": true,
"main": "photo-metadata-updater.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "klymp",
"name": "photo-metadata-updater-frontend",
"version": "2.2.0",
"version": "2.2.1",
"description": "Frontend (vue/vuetify) - Update photo metadata easily",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "klymp",
"license": "ISC",
"name": "photo-metadata-updater",
"version": "2.2.0",
"version": "2.2.1",
"description": "Update photo metadata easily",
"private": true,
"scripts": {
Expand Down

0 comments on commit 36a106b

Please sign in to comment.