From eff0d2b3c1f1c0f9b698230c42b50ad97e3dd13c Mon Sep 17 00:00:00 2001 From: Florens Date: Sun, 1 Jul 2018 14:47:07 +0200 Subject: [PATCH] update api v3.0.1 for leftover f-droid users --- api/update | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/update b/api/update index 0ba6e123..d959af8d 100644 --- a/api/update +++ b/api/update @@ -3,15 +3,15 @@ "messages": [ { "type": "update", - "code": 30000, + "code": 30001, "date": "2018-04-27T16:44:58", - "message_html": "

Clover update ready

Clover v3.0.0 is ready.
This update also fixes the issue of thumbnails not appearing.

Changelog:
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.

- Multisite support.
- Noscript recaptcha 2 support.
- Added a scrollbar.
- New posting options.
- Post text selection.", + "message_html": "

Clover update ready

Clover v3.0.1 is ready.
This update contains bug fixes.

If you're seeing this update just now, make sure that you get update notifications from your F-Droid app.", "apk": { "default": { - "url": "https://build.floens.org/builds/Clover-v3.0.0.apk" + "url": "https://build.floens.org/builds/Clover-v3.0.1.apk" }, "fdroid": { - "url": "https://f-droid.org/repo/org.floens.chan_30000.apk" + "url": "https://f-droid.org/repo/org.floens.chan_30001.apk" } } }