Skip to content

Commit

Permalink
Version bump - 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylmp committed Aug 1, 2022
1 parent 73fff68 commit 280932f
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,6 +1,6 @@
{
"name": "photo-metadata-updater",
"version": "1.1.0",
"version": "1.1.1",
"description": "Update photo metadata easily",
"main": "photo-metadata-updater.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion releases/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function prompt_for_version() {
opt1=$(echo "$((versionParts[0]+=1)).0.0")
opt2=$(echo "${versionParts[0]}.$((versionParts[1]+=1)).0")
opt3=$(echo "${versionParts[0]}.${versionParts[1]}.$((versionParts[2]+=1))")
echo -e "Current version [$version] - Available version options:"
echo -e "Current version [$version] - Available version options:"
echo -e " 1. $opt1\n 2. $opt2\n 3. $opt3\n 4. Overwrite $version\n"
read -p "Version selection [1-4]: " -n 1 -r
if [ "$REPLY" -eq 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 280932f

Please sign in to comment.