Skip to content

Commit

Permalink
Update version to 2025.0.0-beta-1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Oct 6, 2024
1 parent 0d609bc commit 076925d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions installer_setup_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
#define MyAppPublisher "Gold87"
#define MyAppURL "https://github.com/gold872/elastic-dashboard/"
#define MyAppExeName "elastic_dashboard.exe"
#define ApplicationVersion GetStringFileInfo('build\windows\x64\runner\Release\elastic_dashboard.exe', 'ProductVersion')
#define AppVersionName GetStringFileInfo('build\windows\x64\runner\Release\elastic_dashboard.exe', 'ProductVersion')
#define ApplicationVersion GetVersionNumbersString('build\windows\x64\runner\Release\elastic_dashboard.exe')

[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{2746922E-A2AC-4987-AF02-714F429C7C77}
AppName={#MyAppName}
AppVersion={#ApplicationVersion}
AppVerName={#MyAppName} {#ApplicationVersion}
AppVerName={#MyAppName} {#AppVersionName}
VersionInfoVersion={#ApplicationVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
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: 2024.2.0
version: 2025.0.0-beta-1

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

0 comments on commit 076925d

Please sign in to comment.