From b8bba928c556493636fdefeed35cf34154f84678 Mon Sep 17 00:00:00 2001 From: AdamMiltonBarker Date: Sun, 23 May 2021 05:03:20 +0200 Subject: [PATCH] 1.0.0 --- README.md | 2 +- documentation/installation/ubuntu.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 500ea0a..a30897c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![SARS-CoV-2 xDNN Classifier](assets/images/covid-xdnn-hias.jpg) -[![CURRENT RELEASE](https://img.shields.io/badge/CURRENT%20RELEASE-0.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/0.0.0) [![UPCOMING RELEASE](https://img.shields.io/badge/CURRENT%20DEV%20BRANCH-1.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/1.0.0) [![Contributions Welcome!](https://img.shields.io/badge/Contributions-Welcome-lightgrey.svg)](CONTRIBUTING.md) [![Issues](https://img.shields.io/badge/Issues-Welcome-lightgrey.svg)](issues) [![LICENSE](https://img.shields.io/badge/LICENSE-MIT-blue.svg)](LICENSE) +[![CURRENT RELEASE](https://img.shields.io/badge/CURRENT%20RELEASE-1.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/1.0.0) [![UPCOMING RELEASE](https://img.shields.io/badge/CURRENT%20DEV%20BRANCH-2.0.0-blue.svg)](https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier/tree/2.0.0) [![Contributions Welcome!](https://img.shields.io/badge/Contributions-Welcome-lightgrey.svg)](CONTRIBUTING.md) [![Issues](https://img.shields.io/badge/Issues-Welcome-lightgrey.svg)](issues) [![LICENSE](https://img.shields.io/badge/LICENSE-MIT-blue.svg)](LICENSE)   diff --git a/documentation/installation/ubuntu.md b/documentation/installation/ubuntu.md index 70e8b46..8324e32 100644 --- a/documentation/installation/ubuntu.md +++ b/documentation/installation/ubuntu.md @@ -101,10 +101,10 @@ Navigate to the **SARS-CoV-2-xDNN-Classifier** directory, this is your project r Developers from the Github community that would like to contribute to the development of this project should first create a fork, and clone that repository. For detailed information please view the [CONTRIBUTING](../../CONTRIBUTING.md "CONTRIBUTING") guide. You should pull the latest code from the development branch. ``` - git clone -b "1.0.0" https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier.git + git clone -b "2.0.0" https://github.com/AIIAL/SARS-CoV-2-xDNN-Classifier.git ``` -The **-b "1.0.0"** parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README. +The **-b "2.0.0"** parameter ensures you get the code from the latest master branch. Before using the below command please check our latest master branch in the button at the top of the project README. ## Setup File