mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-19 21:08:47 -04:00
Updates version information
This commit is contained in:
parent
d5c25527ac
commit
3a95001d1f
9 changed files with 17 additions and 9 deletions
|
@ -24,6 +24,6 @@
|
|||
<update_contact>micah@micahflee.com</update_contact>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release type="development" date="2024-02-20" version="2.6.1" />
|
||||
<release type="development" date="2024-03-18" version="2.6.2" />
|
||||
</releases>
|
||||
</component>
|
||||
|
|
2
desktop/poetry.lock
generated
2
desktop/poetry.lock
generated
|
@ -1018,7 +1018,7 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "onionshare-cli"
|
||||
version = "2.6.1"
|
||||
version = "2.6.2"
|
||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||
optional = false
|
||||
python-versions = ">=3.8,<3.12"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "onionshare"
|
||||
version = "2.6.1"
|
||||
version = "2.6.2"
|
||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||
authors = ["Micah Lee <micah@micahflee.com>"]
|
||||
license = "GPLv3+"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import setuptools
|
||||
|
||||
# The version must be hard-coded because Snapcraft won't have access to ../cli
|
||||
version = "2.6.1"
|
||||
version = "2.6.2"
|
||||
|
||||
setuptools.setup(
|
||||
name="onionshare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue