From a6e01a27d21e7e0f29bea0b05570c06ee4238f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Wed, 4 Nov 2020 11:25:55 +0100 Subject: [PATCH] =?UTF-8?q?Nouveaux=20num=C3=A9ros=20de=20version=20pour?= =?UTF-8?q?=20les=20applications=20back=20et=20front-end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/package.json b/front/package.json index 2bae871..254bd61 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "wikilerni", - "version": "0.1.1", + "version": "0.2.0", "description": "Front-end of WikiLerni web application", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index 5445561..ec3c74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WikiLerni", - "version": "0.1.1", + "version": "0.2.0", "description": "Quiz generator for quizzes, online learning... and whatever else you want!", "main": "server.js", "scripts": {