Skip to content

Commit

Permalink
Update app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbot171 committed Nov 15, 2023
1 parent e465fa8 commit e9ccc65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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="com.jthomas.info.Bible.Alarm" android:installLocation="auto" android:versionCode="378" android:versionName="2.23">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.jthomas.info.Bible.Alarm" android:installLocation="auto" android:versionCode="379" android:versionName="2.24">
<uses-sdk android:targetSdkVersion="30" android:minSdkVersion="21" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion src/Bible.Alarm/Bible.Alarm.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="7610JehonathanThomas.BibleAlarm" Publisher="CN=035C1A4A-153B-45C3-AE0C-2258A2D579AD" Version="1.38.0.0" />
<Identity Name="7610JehonathanThomas.BibleAlarm" Publisher="CN=035C1A4A-153B-45C3-AE0C-2258A2D579AD" Version="1.39.0.0" />
<mp:PhoneIdentity PhoneProductId="f4355e0c-a2cb-4765-81b5-fdc7160f9705" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bible Alarm</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion src/Bible.Alarm/Bible.Alarm.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<key>CFBundleIdentifier</key>
<string>com.jthomas.info.Bible.Alarm</string>
<key>CFBundleVersion</key>
<string>1.60</string>
<string>1.61</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit e9ccc65

Please sign in to comment.