aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-07-04 17:06:43 -0400
committerMicah Lee <micah@micahflee.com>2022-07-04 17:06:43 -0400
commitcb018f1a9b5466d220744c9109384e6ee1b8e2d5 (patch)
treec74cbc19344d9e69ddf18d3c45f32b665baa22f2
parent692e04bb4262ea5083aed69d9336f9a1aef4981a (diff)
downloadonionshare-cb018f1a9b5466d220744c9109384e6ee1b8e2d5.tar.gz
onionshare-cb018f1a9b5466d220744c9109384e6ee1b8e2d5.zip
Update version to 2.6.dev2
-rw-r--r--cli/onionshare_cli/resources/version.txt2
-rw-r--r--desktop/org.onionshare.OnionShare.appdata.xml4
-rw-r--r--docs/source/conf.py2
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 @@
<launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
<screenshots>
<screenshot type="default">
- <image>https://docs.onionshare.org/2.5/en/_images/tabs.png</image>
+ <image>https://raw.githubusercontent.com/onionshare/onionshare/develop/docs/source/_static/screenshots/tabs.png</image>
<caption>Types of services that OnionShare supports</caption>
</screenshot>
</screenshots>
@@ -24,6 +24,6 @@
<update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" />
<releases>
- <release type="development" date="2022-06-19" version="2.6" />
+ <release type="development" date="2022-07-04" version="2.6" />
</releases>
</component>
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"