From cb018f1a9b5466d220744c9109384e6ee1b8e2d5 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Jul 2022 17:06:43 -0400 Subject: [PATCH] Update version to 2.6.dev2 --- cli/onionshare_cli/resources/version.txt | 2 +- desktop/org.onionshare.OnionShare.appdata.xml | 4 ++-- docs/source/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index 2a15fcc8..46cfe342 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.6.dev1 \ No newline at end of file +2.6.dev2 \ No newline at end of file diff --git a/desktop/org.onionshare.OnionShare.appdata.xml b/desktop/org.onionshare.OnionShare.appdata.xml index f7ba36a8..7d7f714a 100644 --- a/desktop/org.onionshare.OnionShare.appdata.xml +++ b/desktop/org.onionshare.OnionShare.appdata.xml @@ -13,7 +13,7 @@ org.onionshare.OnionShare.desktop - https://docs.onionshare.org/2.5/en/_images/tabs.png + https://raw.githubusercontent.com/onionshare/onionshare/develop/docs/source/_static/screenshots/tabs.png Types of services that OnionShare supports @@ -24,6 +24,6 @@ micah@micahflee.com - + diff --git a/docs/source/conf.py b/docs/source/conf.py index 37b7acb3..3769a4a7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ languages = [ ("Українська", "uk"), # Ukrainian ] -versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5"] +versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.5", "2.6"] html_theme = "sphinx_rtd_theme" html_logo = "_static/logo.png"