Skip to content

Commit

Permalink
Merge pull request #542 from TomoyukiAota/feature/bump-version-to-1.9…
Browse files Browse the repository at this point in the history
….1-alpha

Bump version to 1.9.1-alpha. Bump download link version to 1.9.0.
  • Loading branch information
mergify[bot] authored Oct 1, 2023
2 parents b9d70a7 + b0cc57c commit ff25a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/github-pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const download = (url) => {
document.body.removeChild(a);
};

const version = '1.8.0';
const version = '1.9.0';
const downloadDirectory = `https://github.com/TomoyukiAota/photo-location-map/releases/download/v${version}`;
const downloadLink = {
win: `${downloadDirectory}/Photo-Location-Map-Setup-${version}.exe`,
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "photo-location-map",
"productName": "Photo Location Map",
"version": "1.9.0",
"version": "1.9.1-alpha",
"description": "Display the locations where photos were taken on a map.",
"homepage": "https://github.com/TomoyukiAota/photo-location-map",
"author": {
Expand Down

0 comments on commit ff25a7b

Please sign in to comment.