From c56b6a28a41042d73d78aa0f5f1ff6dc5bf4f9dc Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 15 Jul 2017 13:32:33 +0200 Subject: [PATCH] Update update api --- api/update | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/update b/api/update index cbfd5040..06e8667e 100644 --- a/api/update +++ b/api/update @@ -4,13 +4,13 @@ { "type": "update", - "code": 20300, - "date": "2017-03-19T23:09:18.273664", - "message_html": "

Clover v2.3.0 is available

A new version of Clover is available.

This release adds the update checker.", + "code": 20301, + "date": "2017-07-15T13:29:01.273664", + "message_html": "

Clover v2.3.1 is available

A new version of Clover is available.

New in this version:
Better link detection.
More themes.
Fix image loading taking a long time if the cache is full.
Fix crashing bug related to the status view.
Bug fixes.", "apk": { "default": { - "url": "https://github.com/Floens/Clover/releases/download/v2.3.0/Clover_v2.3.0.apk" + "url": "https://github.com/Floens/Clover/releases/download/v2.3.1/Clover_v2.3.1.apk" } } }