aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-20 20:37:02 -0700
committerMicah Lee <micah@micahflee.com>2020-09-20 20:37:02 -0700
commit437beef0985c76690973bd3e624fde8b9a6941fd (patch)
treebc9d7405c892debbfd83c33c1cac892b6d564bd1
parent841ad59171300913d0c5281eb4f61ff841f4c346 (diff)
downloadonionshare-437beef0985c76690973bd3e624fde8b9a6941fd.tar.gz
onionshare-437beef0985c76690973bd3e624fde8b9a6941fd.zip
Version bump to 2.3.dev1v2.3.dev1
-rw-r--r--install/onionshare.nsi4
-rw-r--r--install/org.onionshare.OnionShare.appdata.xml2
-rw-r--r--share/version.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 42bd268b..21ac0baa 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 132423
!define VERSIONMAJOR 2
-!define VERSIONMINOR 2
-!define VERSIONSTRING "2.2"
+!define VERSIONMINOR 3
+!define VERSIONSTRING "2.3.dev1"
RequestExecutionLevel admin
diff --git a/install/org.onionshare.OnionShare.appdata.xml b/install/org.onionshare.OnionShare.appdata.xml
index 9fecb922..3630b89c 100644
--- a/install/org.onionshare.OnionShare.appdata.xml
+++ b/install/org.onionshare.OnionShare.appdata.xml
@@ -24,6 +24,6 @@
<update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" />
<releases>
- <release type="stable" date="2020-08-24" version="2.3" />
+ <release type="development" date="2020-09-20" version="2.3.dev1" />
</releases>
</component>
diff --git a/share/version.txt b/share/version.txt
index c0943d3e..4804c3be 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-2.3 \ No newline at end of file
+2.3.dev1 \ No newline at end of file