Skip to content

Commit 808398a

Browse files
authored
Merge pull request #59 from neoarz/main
Update Countdown
2 parents 5a84aff + 5928d23 commit 808398a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__
22
.vscode
3+
.DS_Store

sidecommunity.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@
4141
"name": "Countdown",
4242
"bundleIdentifier": "com.neo.countdown",
4343
"developerName": "neoarz",
44-
"version": "1.4",
45-
"versionDate": "2025-01-19T21:37:29-05:00",
46-
"versionDescription": "Added to Sidestore Community Source!",
47-
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/download/1.4.1/Countdown.ipa",
44+
"version": "1.5",
45+
"versionDate": "2025-01-27T21:37:29-05:00",
46+
"versionDescription": "iPad Support now Avaliable!",
47+
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/latest/download/Countdown.ipa",
4848
"localizedDescription": "This app is purely for entertainment purposes and is not intended to predict or influence real-life events. Any countdown generated by the app is entirely fictional and should not be taken seriously. I am not affiliated with the creators of the movie Countdown and is not responsible for any emotional, psychological, or other effects caused by the use of this app. By using this app, you agree to do so at your own discretion and risk.",
4949
"iconURL": "https://github.com/neoarz/Countdown-App/raw/main/Assets/CountdownLogo.jpg",
5050
"tintColor": "000",
51-
"size": 460000,
51+
"size": 490000,
5252
"screenshotURLs": [
5353
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/Clock.jpeg",
5454
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/UserAgreementBroken.jpeg",
5555
"https://raw.githubusercontent.com/neoarz/Countdown-App/main/RepoAssets/AcceptTOC.jpeg"
5656
],
5757
"subtitle": "If you could know exactly when you're going to die, would you want to know?",
58-
"absoluteVersion": "1.4.1",
58+
"absoluteVersion": "1.5",
5959
"appID": "com.neo.countdown",
6060
"versions": [
6161
{
62-
"version": "1.4",
63-
"date": "2025-01-19T21:37:29-05:00",
64-
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/download/1.4.1/Countdown.ipa",
65-
"localizedDescription": "Added to Sidestore Community Source!",
66-
"size": 460000,
67-
"absoluteVersion": "1.4.1"
62+
"version": "1.5",
63+
"date": "2025-01-27T21:37:29-05:00",
64+
"downloadURL": "https://github.com/neoarz/Countdown-App/releases/latest/download/Countdown.ipa",
65+
"localizedDescription": "iPad Support now Avaliable!",
66+
"size": 490000,
67+
"absoluteVersion": "1.5"
6868
}
6969
]
7070
},

0 commit comments

Comments
 (0)