You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ You can download the latest version of my Visualizer [here](https://github.com/C
39
39
* Option 1: Just download the [executable](https://github.com/CompilerStuck/sorting-visualizer/releases/download/v1.3.1/sorting-visualizer.exe) and run it
40
40
* Option 2: Download the [prebuild JAR file](https://github.com/CompilerStuck/sorting-visualizer/releases/download/v1.3.1/sorting-visualizer-1.3.1.jar) and run it with
41
41
42
-
java -jar sorting-visualizer-1.3.1.jar
42
+
java -jar sorting-visualizer-1.3.2.jar
43
43
44
44
* Option 3: Clone the repository via git and build the code on your own:
0 commit comments