From 05591af0d93ed3c381c24e2f4fd26967005904f3 Mon Sep 17 00:00:00 2001 From: Belikhun Date: Thu, 5 Mar 2020 10:26:12 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20edit=20version=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- data/info.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3f1a801..344d1cb1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ An **beautiful** and **easy-to-use** Web Interface for **[Themis](https://dsapbl -[![version](https://img.shields.io/badge/indev-v0.6.1-brightgreen.svg?longCache=true&style=for-the-badge)](https://github.com/belivipro9x99/themis-webinterface/releases/) +[![version](https://img.shields.io/github/v/tag/belivipro9x99/themis-web-interface?color=brown&label=version&style=for-the-badge)](https://github.com/belivipro9x99/themis-webinterface/releases/) [![license](https://img.shields.io/badge/license-MIT-orange.svg?longCache=true&style=for-the-badge)](https://github.com/belivipro9x99/themis-web-interface/blob/master/LICENSE) [![status](https://img.shields.io/badge/status-near_stable-blue.svg?longCache=true&style=for-the-badge)]() [![Travis CI Build Status](https://img.shields.io/travis/belivipro9x99/themis-web-interface.svg?style=for-the-badge)](https://travis-ci.org/belivipro9x99/themis-web-interface) -[![codefactor](https://www.codefactor.io/repository/github/belivipro9x99/themis-web-interface/badge/indev?style=for-the-badge)](https://www.codefactor.io/repository/github/belivipro9x99/themis-web-interface) +[![codefactor](https://www.codefactor.io/repository/github/belivipro9x99/themis-web-interface/badge/master?style=for-the-badge)](https://www.codefactor.io/repository/github/belivipro9x99/themis-web-interface) [![Travis CI Build Status](https://img.shields.io/travis/belivipro9x99/themis-web-interface/master.svg?label=master&style=for-the-badge)](https://travis-ci.org/belivipro9x99/themis-web-interface) [![Travis CI Build Status](https://img.shields.io/travis/belivipro9x99/themis-web-interface/indev.svg?label=indev&style=for-the-badge)](https://travis-ci.org/belivipro9x99/themis-web-interface) diff --git a/data/info.php b/data/info.php index d8416150..fc4c09e8 100644 --- a/data/info.php +++ b/data/info.php @@ -9,8 +9,8 @@ // dont claim it for your own. its not nice define("APPNAME", "Themis Web Interface"); define("AUTHOR", "Belikhun"); - define("VERSION", "0.6.1"); - define("VERSION_TAG", "indev"); + define("VERSION", "0.6.0"); + define("VERSION_TAG", "rev2"); define("REPO_ADDRESS", "https://github.com/belivipro9x99/themis-web-interface"); define("REPORT_ERROR", REPO_ADDRESS . "/issues"); define("CONTACT_LINK", "http://m.me/belivipro9x99");