mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-11 07:40:26 -04:00
Update version strings, docs, and release.md for version 2.3.2
This commit is contained in:
parent
53b854f346
commit
1de419b590
24 changed files with 25 additions and 21 deletions
|
@ -13,7 +13,7 @@
|
|||
<launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/micahflee/onionshare/master/docs/source/_static/screenshots/tabs.png</image>
|
||||
<image>https://docs.onionshare.org/2.3.2/en/_images/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="2021-05-04" version="2.3.2" />
|
||||
<release type="development" date="2021-05-31" version="2.3.2" />
|
||||
</releases>
|
||||
</component>
|
||||
|
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
"""
|
||||
import setuptools
|
||||
|
||||
version = "2.3.1"
|
||||
version = "2.3.2"
|
||||
|
||||
setuptools.setup(
|
||||
name="onionshare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue