Skip to content

Commit

Permalink
Update Downloads page for Android v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Aug 7, 2023
1 parent cc403ad commit b3464fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ export const emojiSearchLimit = 1;

export const today = (new Date()).getTime();
export const iosRD = (new Date('08/01/2023')).getTime();
export const andRD = (new Date('08/04/2023')).getTime();
export const andRD = (new Date('08/07/2023')).getTime();

export const iosCheck = '8/01/23';
export const andCheck = '8/04/23';
export const andCheck = '8/07/23';

export const refreshFeedDelay = 2_500;
6 changes: 3 additions & 3 deletions src/pages/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ const Downloads: Component = () => {
<div>build:</div>
</div>
<div>
<div>august 4, 2023</div>
<div>0.13.2</div>
<div>august 7, 2023</div>
<div>0.13.3</div>
</div>
</div>

<a
href='https://downloads.primal.net/android/primal-0.13.2.apk'
href='https://downloads.primal.net/android/primal-0.13.3.apk'
target='_blank'
>
<img src={apkDownload} />
Expand Down

0 comments on commit b3464fa

Please sign in to comment.