From 7c9a6f43043e04763d4b06d09f420bda2baa98ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Thu, 30 May 2024 15:27:35 +0200 Subject: [PATCH] bump version --- README.md | 2 +- gogdl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c393a38..104db58 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ GOG download module for [Heroic Games Launcher](https://github.com/Heroic-Games- ## Important note -This is **not** user friendly cli, it's meant to be used by some other application wanting to download game files, manage cloud saves or conviniently launch the game +This is **not** user friendly cli, it's meant to be used by some other application wanting to download game files, manage cloud saves or conveniently launch the game ## Contributing diff --git a/gogdl/__init__.py b/gogdl/__init__.py index 09f3890..9f0b72f 100644 --- a/gogdl/__init__.py +++ b/gogdl/__init__.py @@ -7,4 +7,4 @@ -version = "1.0.1" +version = "1.1.0"