Skip to content

Commit

Permalink
ISSUE-187: Bumped APP version
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Jan 24, 2025
1 parent e73d8fb commit de26254
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

final readonly class BuildHtmlVersionCommandHandler implements CommandHandler
{
private const string APP_VERSION = 'v0.4.1';
private const string APP_VERSION = 'v0.4.2';

public function __construct(
private ActivityRepository $activityRepository,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
</a>
</div>
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
<span>v0.4.1</span>
<span class="hidden" data-latest-version data-current-version="v0.4.1">
<span>v0.4.2</span>
<span class="hidden" data-latest-version data-current-version="v0.4.2">
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
</a>
</div>
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
<span>v0.4.1</span>
<span class="hidden" data-latest-version data-current-version="v0.4.1">
<span>v0.4.2</span>
<span class="hidden" data-latest-version data-current-version="v0.4.2">
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
</span>
</div>
Expand Down
Binary file modified tests/strava.db
Binary file not shown.

0 comments on commit de26254

Please sign in to comment.