From d3fd889e02263c993e827440fcf3fbd90fbd56a4 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 4 Apr 2022 02:34:47 +0200 Subject: [PATCH] Added json that contains info about the latest release --- latest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 latest.json diff --git a/latest.json b/latest.json new file mode 100644 index 0000000..8543d55 --- /dev/null +++ b/latest.json @@ -0,0 +1,5 @@ +{ + "appVersion" : "0.2.0", + "appCode" : 2, + "downloadUrl": "https://github.com/JetpackDuba/Gitnuro/releases/tag/v0.2.0" +} \ No newline at end of file