summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-10 13:45:36 -0700
committerMicah Lee <micah@micahflee.com>2021-09-10 13:45:36 -0700
commit54d245206c15273e2ddfddd38d06ede46c1f0102 (patch)
tree80f0530a526dd94c31ada643e77a7155200680b2
parentf454c58c573b5256b5e6291aa4591305113ed580 (diff)
downloadonionshare-54d245206c15273e2ddfddd38d06ede46c1f0102.tar.gz
onionshare-54d245206c15273e2ddfddd38d06ede46c1f0102.zip
Version bump in appdata.xml
-rw-r--r--RELEASE.md3
-rw-r--r--desktop/src/org.onionshare.OnionShare.appdata.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 3409cf5c..948b5713 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -11,6 +11,7 @@ Before making a release, you must update the version in these places:
- [ ] `cli/onionshare_cli/resources/version.txt`
- [ ] `desktop/pyproject.toml` (under `version` and **don't forget** the `./onionshare_cli-$VERSION-py3-none-any.whl` dependency)
- [ ] `desktop/src/setup.py`
+- [ ] `desktop/src/org.onionshare.OnionShare.appdata.xml`
- [ ] `docs/source/conf.py` (`version` at the top, and the `versions` list too)
- [ ] `snap/snapcraft.yaml`
@@ -41,7 +42,7 @@ Finalize localization:
You also must edit these files:
-- [ ] `desktop/src/org.onionshare.OnionShare.appdata.xml` should have the correct version, release date, and links to correct screenshots
+- [ ] `desktop/src/org.onionshare.OnionShare.appdata.xml` should have the correct release date, and links to correct screenshots
- [ ] `CHANGELOG.md` should be updated to include a list of all major changes since the last release
Make sure snapcraft packaging works. In `snap/snapcraft.yaml`:
diff --git a/desktop/src/org.onionshare.OnionShare.appdata.xml b/desktop/src/org.onionshare.OnionShare.appdata.xml
index a53bc930..a60b45a2 100644
--- a/desktop/src/org.onionshare.OnionShare.appdata.xml
+++ b/desktop/src/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="development" date="2021-08-20" version="2.3.3" />
+ <release type="development" date="2021-09-10" version="2.4.dev1" />
</releases>
</component>