From 448c7ae3391f5b38945e3c4c9657399364efaf0c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 Aug 2020 08:44:11 +0200 Subject: [PATCH] add version number --- README.md | 2 ++ README_fr.md | 2 ++ manifest.json | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 307ffa8..5fdaaad 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Slingcode is a code editor contained in a single HTML file. Therefore, it has no server component, so all of your data is stored in your browser's cache. However, it is still possible to make web apps, run them, export them, and even share them using peer-to-peer. +**Shipped version:** 0.0.1 + ## Screenshots ![](sources/Screenshot.png) diff --git a/README_fr.md b/README_fr.md index f2d09c0..a793223 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,6 +12,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pas de composant serveur, ce qui signifie que toutes vos données sont stockées dans le cache de votre navigateur. Cependant, il est toujours possible de créer des applications Web, de les exécuter, de les exporter et même de les partager en peer-to-peer. +**Version incluse :** 0.0.1 + ## Captures d’écran ![](sources/Screenshot.png) diff --git a/manifest.json b/manifest.json index 6dda62a..9586583 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "version": "0.0.1~ynh1", "license": "MIT", "maintainer": { - "name": "", - "email": "" + "name": "eric_G", + "email": "ericgaspar@free.fr" }, "requirements": { "yunohost": ">= 3.8.0"