diff --git a/docs/LINUX.html b/docs/LINUX.html index f451c31..58208e5 100644 --- a/docs/LINUX.html +++ b/docs/LINUX.html @@ -149,12 +149,12 @@

Linux jpackage: - .zip + .tar.gz

mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
-wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.6/i2pbrowser.zip
-unzip i2pbrowser.zip && cd i2pbrowser
+wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pbrowser.tar.gz
+tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
 ## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
 # This probably offers better security than vanilla Firefox.
 # This will also make the directory the launcher is in relocatable to a flash drive, for instance.
diff --git a/docs/LINUX.md b/docs/LINUX.md
index e118bd8..7b9f1f4 100644
--- a/docs/LINUX.md
+++ b/docs/LINUX.md
@@ -7,7 +7,7 @@ Linux. These packages are for the **`amd64`** architecture.
 
 ```sh
 mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
-wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.6/i2pbrowser.tar.gz
+wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pbrowser.tar.gz
 tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
 ## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
 # This probably offers better security than vanilla Firefox.
diff --git a/docs/OSX.html b/docs/OSX.html
index 3c394a4..b235f82 100644
--- a/docs/OSX.html
+++ b/docs/OSX.html
@@ -146,7 +146,7 @@
       file with any Java greater than Java 8.
     

mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
-wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.6/i2pfirefox.zip
+wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pfirefox.zip
 unzip i2pfirefox.zip
 ./cmd/i2pfirefox.cmd
 
diff --git a/docs/OSX.md b/docs/OSX.md
index fbb890f..e73e4d1 100644
--- a/docs/OSX.md
+++ b/docs/OSX.md
@@ -7,7 +7,7 @@ packages. You can use the `.jar` file with any Java greater than Java 8.
 
 ```sh
 mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
-wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.6/i2pfirefox.zip
+wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.0.8/i2pfirefox.zip
 unzip i2pfirefox.zip
 ./cmd/i2pfirefox.cmd
 
diff --git a/scripts/build.number b/scripts/build.number
index a81f926..6a2e671 100644
--- a/scripts/build.number
+++ b/scripts/build.number
@@ -1,3 +1,3 @@
 #Build Number for ANT. Do not edit!
-#Wed Jan 18 05:52:49 UTC 2023
-build.number=471
+#Wed Jan 18 05:57:59 UTC 2023
+build.number=472