Skip to content

Commit 20b3e98

Browse files
committed
fix: fix #26
1 parent b9dcfa7 commit 20b3e98

File tree

19 files changed

+37
-22
lines changed

19 files changed

+37
-22
lines changed

build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "A Minecraft Launcher" # The application description
1212
copyright: "(c) 2025, LeviMC" # Copyright text
1313
comments: "Some Product Comments" # Comments
14-
version: "0.0.26" # The application version
14+
version: "0.0.27" # The application version
1515
beta: "true" # Whether the application is in beta or not
1616

1717
# Dev mode configuration

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>0.0.26</string>
18+
<string>0.0.27</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.0.26</string>
20+
<string>0.0.27</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15.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>0.0.26</string>
18+
<string>0.0.27</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.0.26</string>
20+
<string>0.0.27</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15.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>0.0.26-dev</string>
18+
<string>0.0.27-dev</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.0.26</string>
20+
<string>0.0.27</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>0.0.26</string>
18+
<string>0.0.27</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.0.26</string>
20+
<string>0.0.27</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>

build/ios/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44
# Build configuration
55
APP_NAME="LeviLauncher"
66
BUNDLE_ID="org.levimc.launcher"
7-
VERSION="0.0.26"
8-
BUILD_NUMBER="0.0.26"
7+
VERSION="0.0.27"
8+
BUILD_NUMBER="0.0.27"
99
BUILD_DIR="build/ios"
1010
TARGET="simulator"
1111

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: "LeviLauncher"
77
arch: ${GOARCH}
88
platform: "linux"
9-
version: "0.0.26"
9+
version: "0.0.27"
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": "0.0.26"
3+
"file_version": "0.0.27"
44
},
55
"info": {
66
"0000": {
7-
"ProductVersion": "0.0.26",
7+
"ProductVersion": "0.0.27",
88
"CompanyName": "LeviMC",
99
"FileDescription": "A Minecraft Launcher",
1010
"LegalCopyright": "(c) 2025, LeviMC",

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 "LeviLauncher"
1515
!endif
1616
!ifndef INFO_PRODUCTVERSION
17-
!define INFO_PRODUCTVERSION "0.0.26"
17+
!define INFO_PRODUCTVERSION "0.0.27"
1818
!endif
1919
!ifndef INFO_COPYRIGHT
2020
!define INFO_COPYRIGHT "(c) 2025, LeviMC"

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="org.levimc.launcher" version="0.0.26" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="org.levimc.launcher" version="0.0.27" 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)