Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Dec 1, 2024
1 parent da18252 commit d6f6092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpeedrunTracker/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public partial class App : Application
{
public const string Version = "1.0.5";
public const string Version = "1.0.6";

public App(ILocalSettingsService settingsService)
{
Expand Down
2 changes: 1 addition & 1 deletion SpeedrunTracker/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.heufneutje.speedruntracker" android:versionCode="105" android:versionName="1.0.5">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.heufneutje.speedruntracker" android:versionCode="106" android:versionName="1.0.6">
<application android:allowBackup="true" android:backupAgent="android.app.backup.FullBackupAgent" android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/appicon" android:supportsRtl="true" android:usesCleartextTraffic="false" android:label="SpeedrunTracker"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit d6f6092

Please sign in to comment.