Skip to content

Commit

Permalink
spixi-0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 27, 2024
1 parent f4c9dfd commit f069514
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Spixi/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Config
public static readonly int packetDataSize = 102400; // 100 Kb per packet for file transfers
public static readonly long packetRequestTimeout = 60; // Time in seconds to re-request packets

public static readonly string version = "spixi-0.9.2"; // Spixi version
public static readonly string version = "spixi-0.9.3"; // Spixi version

public static readonly string checkVersionUrl = "https://www.ixian.io/spixi-update.txt";
public static readonly int checkVersionSeconds = 1 * 60 * 60; // 1 hour
Expand Down
2 changes: 1 addition & 1 deletion Spixi/Platforms/Windows/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">

<Identity Name="com.ixilabs.spixi" Publisher="CN=ixiandev" Version="0.9.2.0" />
<Identity Name="com.ixilabs.spixi" Publisher="CN=ixiandev" Version="0.9.3.0" />

<Properties>
<DisplayName>Spixi</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions Spixi/Platforms/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<key>NSFaceIDUsageDescription</key>
<string>Biometric authentication for unlocking the app</string>
<key>CFBundleVersion</key>
<string>0.9.2</string>
<string>0.9.3</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<string>0.9.3</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
Expand Down
4 changes: 2 additions & 2 deletions Spixi/Spixi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<ApplicationId>com.ixilabs.spixi</ApplicationId>

<!-- Versions -->
<ApplicationDisplayVersion>0.9.2</ApplicationDisplayVersion>
<ApplicationVersion>160000920</ApplicationVersion>
<ApplicationDisplayVersion>0.9.3</ApplicationDisplayVersion>
<ApplicationVersion>160000930</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
Expand Down

0 comments on commit f069514

Please sign in to comment.