Skip to content

Commit

Permalink
Update version to 2025.0.0-beta-5 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Dec 15, 2024
1 parent 5ddce94 commit 66a882c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ class _DashboardPageState extends State<DashboardPage> with WindowListener {
action: TextButton(
onPressed: () async {
Uri url = Uri.parse(
'https://frc-elastic.gitbook.io/docs/additional-features-and-references/shuffleboard-api-integration');
'https://frc-elastic.gitbook.io/docs/additional-features-and-references/remote-layout-downloading#shuffleboard-api-migration-guide');

if (await canLaunchUrl(url)) {
await launchUrl(url);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: elastic_dashboard
description: A simple and modern dashboard for FRC.
publish_to: 'none'
version: 2025.0.0-beta-4
version: 2025.0.0-beta-5

environment:
sdk: '>=3.0.2 <4.0.0'
Expand Down

0 comments on commit 66a882c

Please sign in to comment.