From 687dedce1be661f3950870fa7a8366b1b1a031af Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 10 Mar 2018 05:03:49 +0100 Subject: [PATCH] Add a way to get algolia's version (#2103) This can be tested [here](https://blog.heroku.com/ruby-2-4-features-hashes-integers-rounding#better-hashes). Please note that `algoliasearch` and `AlgoliaSearch` are both present on the webpage --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index c151205b0..7b6182483 100644 --- a/src/apps.json +++ b/src/apps.json @@ -519,7 +519,8 @@ 29 ], "js": { - "AlgoliaSearch": "" + "AlgoliaSearch": "", + "algoliasearch.version": "(.*)\\;version:\\1" }, "icon": "Algolia Realtime Search.svg", "website": "http://www.algolia.com"