Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Version bump to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Giardina committed Dec 17, 2018
1 parent b46981e commit ff60a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ifpa/Ifpa.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:versionName="1.0.12" package="com.edgiardina.ifpa" android:installLocation="auto" android:versionCode="12">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.2.0" package="com.edgiardina.ifpa" android:installLocation="auto" android:versionCode="13">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
<application android:label="IFPA Companion" android:icon="@drawable/calendar_add">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="" />
Expand Down
4 changes: 2 additions & 2 deletions Ifpa/Ifpa.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundleIdentifier</key>
<string>com.edgiardina.ifpa</string>
<key>CFBundleVersion</key>
<string>1.0.12</string>
<string>1.2.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand All @@ -42,7 +42,7 @@
<key>NSCalendarsUsageDescription</key>
<string>This app will allow you to add an IFPA sanctioned tournament from the app to your local device&apos;s calendar</string>
<key>CFBundleShortVersionString</key>
<string>1.0.12</string>
<string>1.2.0</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down

0 comments on commit ff60a10

Please sign in to comment.