Skip to content

Commit

Permalink
Increase to v2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Oct 29, 2023
1 parent 798ef30 commit 56c351f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitTrends.Android/Properties/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" android:versionCode="63" android:versionName="2.5.9" package="com.minnick.gittrends" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="64" android:versionName="2.5.10" package="com.minnick.gittrends" android:installLocation="auto">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<application android:label="GitTrends" android:fullBackupContent="@xml/auto_backup_rules">
Expand Down
6 changes: 3 additions & 3 deletions GitTrends.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>MinimumOSVersion</key>
<string>14.0</string>
<string>16.0</string>
<key>CFBundleDisplayName</key>
<string>GitTrends</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -57,14 +57,14 @@
<string>processing</string>
</array>
<key>CFBundleShortVersionString</key>
<string>2.5.9</string>
<string>2.5.10</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.minnick.GitTrends.NotifyTrendingRepositories</string>
<string>com.minnick.GitTrends.CleanUpDatabase</string>
</array>
<key>CFBundleVersion</key>
<string>63</string>
<string>64</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
Expand Down

0 comments on commit 56c351f

Please sign in to comment.