diff --git a/readme.md b/readme.md
index ed613808564132b0a2957ae1a36ee058aef1a85c..d405e0b69cf2c935f34eda122e7b5accfc06cdf4 100644
--- a/readme.md
+++ b/readme.md
@@ -7,13 +7,13 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
 
 ### **App Install**
 ### MacOS App Install
-- Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/leverjs-21.4.1.dmg).
+- Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/).
 
 ### Windows App Install
-- Download and run the [Windows installer](https://leverjs.net/download/app/Windows/leverjs%20Setup%2021.4.1.exe).
+- Download and run the [Windows installer](https://leverjs.net/download/app/Windows/).
 
 ### Linux App Manual Install
-1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/leverjs-21.4.1.AppImage).
+1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/).
 2. Symlink the appimage file to a folder in ```$PATH``` (e.g. ```~/.local/bin```).
     ```bash
     ln -fs /path/to/leverjs-*.AppImage  ~/.local/bin/leverjs
@@ -22,7 +22,7 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
 ### **Client Install**
 ### ImageJ Plugin
 0. First, install the [leversc app](#app-install)
-1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/Leversc_IJ-21.4.1.jar).
+1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/).
 2. Copy the plugin jar file to the ```plugins/3D``` folder in your ImageJ executable directory.
 3. The plugin will appear in the ImageJ Plugins menu as ```Plugins->3D->Leversc Viewer```
 
diff --git a/src/ImageJ/plugin-ij/pom.xml b/src/ImageJ/plugin-ij/pom.xml
index 170ab772345354dcffd8e7f1f4f16b3fd1fb92ac..5ad7312f651a8bf63420ad5f18762bbca2cbd415 100644
--- a/src/ImageJ/plugin-ij/pom.xml
+++ b/src/ImageJ/plugin-ij/pom.xml
@@ -8,7 +8,7 @@
     <version>1.0.0</version>
   </parent>
   <artifactId>Leversc_IJ</artifactId>
-  <version>21.5.21</version>
+  <version>21.10.11</version>
   <packaging>jar</packaging>
   <name>Leversc ImageJ Viewer Plugin</name>
   <description>A plugin that can send data to the leversc viewer app</description>