From 02029d22b09605838b3ea57dc63e1497812b832c Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 11 Mar 2019 17:34:33 -0600 Subject: [PATCH] Updated information before release of 0.19 --- src/application.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/application.py b/src/application.py index dd70096..6e9c449 100644 --- a/src/application.py +++ b/src/application.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.18" +version = "0.19" author = "Manuel Cortez" authorEmail = "manuel@manuelcortez.net" -copyright = "Copyright (C) 2016-2018, Manuel Cortez" +copyright = "Copyright (C) 2016-2019, Manuel Cortez" description = name+" Is an accessible VK client for Windows." -url = "https://manuelcortez.net/socializer" +url = "http://socializer.su" # The short name will be used for detecting translation files. See languageHandler for more details. short_name = "socializer" translators = ["Darya Ratnikova (Russian)", "Manuel Cortez (Spanish)"]