diff --git a/.gitignore b/.gitignore
index 610d837..13fb4f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,5 @@ i2p.plugins.firefox/
/icon.png
/systray.running
/.cache
-/.mozilla
\ No newline at end of file
+/.mozilla
+/i2p.plugins.firefox.torrent.zip
\ No newline at end of file
diff --git a/VERSION.md b/VERSION.md
index a6574e2..37b2c76 100644
--- a/VERSION.md
+++ b/VERSION.md
@@ -6,3 +6,47 @@ Extension Versions
```md
i2p-in-private-browsing
+1.44
+https://addons.mozilla.org/firefox/downloads/file/4020669/i2p_in_private_browsing-1.44.xpi
+noscript
+11.4.13
+https://addons.mozilla.org/firefox/downloads/file/4033638/noscript-11.4.13.xpi
+localcdn-fork-of-decentraleyes
+2.6.43
+https://addons.mozilla.org/firefox/downloads/file/4041581/localcdn_fork_of_decentraleyes-2.6.43.xpi
+https-everywhere
+2021.7.13
+https://addons.mozilla.org/firefox/downloads/file/3809748/https_everywhere-2021.7.13.xpi
+onion-in-container-browsing
+0.82
+https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
+javascript-restrictor
+0.11.1
+https://addons.mozilla.org/firefox/downloads/file/3950710/javascript_restrictor-0.11.1.xpi
+ublock-origin
+1.46.0
+https://addons.mozilla.org/firefox/downloads/file/4047353/ublock_origin-1.46.0.xpi
+```
+
+## Chromium
+
+```md
+__MSG_extensionName__
+1.29
+https://clients2.google.com/service/update2/crx
+NoScript
+11.4.13
+https://clients2.google.com/service/update2/crx
+__MSG_about_ext_name__
+2022.5.24
+https://clients2.google.com/service/update2/crx
+LocalCDN
+2.6.39
+https://clients2.google.com/service/update2/crx
+uBlock Origin
+1.46.0
+https://clients2.google.com/service/update2/crx
+JShelter
+0.11.1
+https://clients2.google.com/service/update2/crx
+```
diff --git a/build.xml b/build.xml
index c02d19d..05be048 100755
--- a/build.xml
+++ b/build.xml
@@ -407,10 +407,9 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
-
-
-
-
+
+
+
diff --git a/i2p.plugins.firefox.torrent b/i2p.plugins.firefox.torrent
index 5bb8668..12f576f 100644
Binary files a/i2p.plugins.firefox.torrent and b/i2p.plugins.firefox.torrent differ
diff --git a/release.sh b/release.sh
index 498f9bc..1b8c223 100755
--- a/release.sh
+++ b/release.sh
@@ -86,6 +86,15 @@ github-release upload --user "${GITHUB_USER}" \
--name "i2pfirefox-update.su3" \
--file "i2pfirefox-update.su3"
echo "Uploaded su3 package"
+torsum=$(sha256sum i2p.plugins.firefox.torrent.zip)
+github-release upload --user "${GITHUB_USER}" \
+ --replace \
+ --repo "${GITHUB_REPO}" \
+ --tag "${GITHUB_TAG}" \
+ --label "I2P Browser launcher as an I2P Console Plugin, release torrent. ${torsum}" \
+ --name "i2p.plugins.firefox.torrent.zip" \
+ --file "i2p.plugins.firefox.torrent.zip"
+echo "Uploaded torrent package"
git pull github --tags
git push --all
diff --git a/scripts/build.number b/scripts/build.number
index ee532f1..3a6a991 100644
--- a/scripts/build.number
+++ b/scripts/build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
-#Sun Jan 01 02:50:01 UTC 2023
-build.number=440
+#Sun Jan 01 02:50:42 UTC 2023
+build.number=441