Skip to content

Commit 40aeb8d

Browse files
committed
chore: bump version to 3.1.0-rc.1
1 parent cd91a59 commit 40aeb8d

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "GoAria" # The application description
1212
copyright: "(c) 2026, GoAria" # Copyright text
1313
comments: "A modern dual-core downloader with BBR Adaptive Engine" # Comments
14-
version: "3.1.0-beta.2" # The application version
14+
version: "3.1.0-rc.1" # The application version
1515

1616
# iOS build configuration (uncomment to customise iOS project generation)
1717
# Note: Keys under `ios` OVERRIDE values under `info` when set.

build/darwin/Info.dev.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0-beta.2</string>
18+
<string>3.1.0-rc.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.1.0-beta.2</string>
20+
<string>3.1.0-rc.1</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>12.0.0</string>
2323
<key>NSAppTransportSecurity</key>

build/darwin/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0-beta.2</string>
18+
<string>3.1.0-rc.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.1.0-beta.2</string>
20+
<string>3.1.0-rc.1</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>12.0.0</string>
2323
<key>NSHighResolutionCapable</key>

build/ios/Info.dev.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0-beta.2-dev</string>
18+
<string>3.1.0-rc.1-dev</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.1.0-beta.2</string>
20+
<string>3.1.0-rc.1</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>

build/ios/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0-beta.2</string>
18+
<string>3.1.0-rc.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.1.0-beta.2</string>
20+
<string>3.1.0-rc.1</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>

build/linux/nfpm/nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: "goaria-v3"
77
arch: ${GOARCH}
88
platform: "linux"
9-
version: "3.1.0-beta.2"
9+
version: "3.1.0-rc.1"
1010
section: "default"
1111
priority: "extra"
1212
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>

build/windows/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"fixed": {
3-
"file_version": "3.1.0-beta.2"
3+
"file_version": "3.1.0-rc.1"
44
},
55
"info": {
66
"0000": {
7-
"ProductVersion": "3.1.0-beta.2",
7+
"ProductVersion": "3.1.0-rc.1",
88
"CompanyName": "GoAria",
99
"FileDescription": "GoAria",
1010
"LegalCopyright": "(c) 2026, GoAria",

build/windows/nsis/wails_tools.nsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!define INFO_PRODUCTNAME "GoAria"
1515
!endif
1616
!ifndef INFO_PRODUCTVERSION
17-
!define INFO_PRODUCTVERSION "3.1.0-beta.2"
17+
!define INFO_PRODUCTVERSION "3.1.0-rc.1"
1818
!endif
1919
!ifndef INFO_COPYRIGHT
2020
!define INFO_COPYRIGHT "(c) 2026, GoAria"

build/windows/wails.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3-
<assemblyIdentity type="win32" name="" version="3.1.0-beta.2" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="" version="3.1.0-rc.1" processorArchitecture="*"/>
44
<dependency>
55
<dependentAssembly>
66
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

0 commit comments

Comments
 (0)