Skip to content

Commit

Permalink
Version bump - 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylmp committed Aug 17, 2022
1 parent 917d04b commit 7d3001d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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": "1.2.0",
"version": "2.0.0",
"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": "1.2.0",
"version": "2.0.0",
"description": "Frontend (vue/vuetify) - Update photo metadata easily",
"private": true,
"scripts": {
Expand Down
13 changes: 10 additions & 3 deletions 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": "1.2.0",
"version": "2.0.0",
"description": "Update photo metadata easily",
"private": true,
"scripts": {
Expand All @@ -14,8 +14,15 @@
"build": "releases/build.sh"
},
"pkg": {
"targets": ["node18-linux-x64", "node18-linux-arm64", "node18-macos-x64", "node18-macos-arm64"],
"assets": ["./public/**/*"],
"targets": [
"node18-linux-x64",
"node18-linux-arm64",
"node18-macos-x64",
"node18-macos-arm64"
],
"assets": [
"./public/**/*"
],
"outputPath": "./releases/"
}
}

0 comments on commit 7d3001d

Please sign in to comment.