Skip to content

Commit

Permalink
Increase to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed May 29, 2020
1 parent 219fbb4 commit 6dacb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="26" android:versionName="1.1.4" package="com.minnick.gittrends" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="27" android:versionName="1.1.5" package="com.minnick.gittrends" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<application android:label="GitTrends" android:fullBackupContent="@xml/auto_backup_rules">
Expand Down
4 changes: 2 additions & 2 deletions GitTrends.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<string>processing</string>
</array>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<string>1.1.5</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.minnick.GitTrends.NotifyTrendingRepositories</string>
<string>com.minnick.GitTrends.CleanUpDatabase</string>
</array>
<key>CFBundleVersion</key>
<string>26</string>
<string>27</string>
</dict>
</plist>

0 comments on commit 6dacb8a

Please sign in to comment.