mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-21 21:14:40 -04:00
Version bump to 2.3.dev2, and update Linux installation in docs
This commit is contained in:
parent
db0e220831
commit
0154c8477c
12 changed files with 31 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
[tool.briefcase]
|
||||
project_name = "OnionShare"
|
||||
bundle = "org.onionshare"
|
||||
version = "2.3.dev1"
|
||||
version = "2.3.dev2"
|
||||
url = "https://onionshare.org"
|
||||
license = "GPLv3"
|
||||
author = 'Micah Lee'
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
<update_contact>micah@micahflee.com</update_contact>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release type="development" date="2020-09-20" version="2.3.dev1" />
|
||||
<release type="development" date="2020-11-08" version="2.3.dev2" />
|
||||
</releases>
|
||||
</component>
|
||||
|
|
|
@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
import os
|
||||
import setuptools
|
||||
|
||||
version = "2.3.dev1"
|
||||
version = "2.3.dev2"
|
||||
|
||||
setuptools.setup(
|
||||
name="onionshare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue