From 7f0144b987985adc9b25cb61315345247514b299 Mon Sep 17 00:00:00 2001 From: Samit Shaikh Date: Wed, 14 Jul 2021 12:44:20 +0800 Subject: [PATCH] up ver --- README.md | 4 ++-- src/manifest.json | 2 +- src/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25bb554..e8bf9a4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A GOG Galaxy 2.0 Community integration for Riot! -[![v0.2.4](https://img.shields.io/badge/version-v0.2.4-blue)](https://github.com/urwrstkn8mare/galaxy-riot-integration/releases/tag/v0.2.4) +[![v0.2.5](https://img.shields.io/badge/version-v0.2.5-blue)](https://github.com/urwrstkn8mare/galaxy-riot-integration/releases/tag/v0.2.5) [![MIT License](https://img.shields.io/github/license/urwrstkn8mare/galaxy-riot-integration)](https://github.com/urwrstkn8mare/galaxy-riot-integration/blob/master/LICENSE) -[![v0.2.4 Downloads](https://img.shields.io/github/downloads/urwrstkn8mare/galaxy-riot-integration/v0.2.4/total.svg)](https://github.com/urwrstkn8mare/galaxy-riot-integration/releases/tag/v0.2.4) +[![v0.2.5 Downloads](https://img.shields.io/github/downloads/urwrstkn8mare/galaxy-riot-integration/v0.2.5/total.svg)](https://github.com/urwrstkn8mare/galaxy-riot-integration/releases/tag/v0.2.5) ![games_example](https://raw.githubusercontent.com/urwrstkn8mare/gog-riot-integration/master/screenshot.png) diff --git a/src/manifest.json b/src/manifest.json index 6fa6c52..18942b3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Riot Games Integration", "platform": "riot", "guid": "b4c0c2f5-23dc-4326-aa65-e9fabef61a3b", - "version": "0.2.4", + "version": "0.2.5", "description": "A plugin to integrate with riot games.", "author": "urwrstkn8mare", "email": "shaikhsamit@live.com", diff --git a/src/version.py b/src/version.py index 788da1f..fe404ae 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"