We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 558ccf8 + d403232 commit 603780dCopy full SHA for 603780d
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>io.github.compilerstuck</groupId>
7
<artifactId>sorting-visualizer</artifactId>
8
- <version>1.3.1</version>
+ <version>1.3.2</version>
9
<packaging>jar</packaging>
10
<properties>
11
<maven.compiler.source>14</maven.compiler.source>
run
@@ -1,2 +1,2 @@
1
cd .\target
2
-java -jar .\sorting-visualizer-1.3.1.jar
+java -jar .\sorting-visualizer-1.3.2.jar
run.cmd
@@ -1,4 +1,4 @@
@echo off
cd ./target
3
title Sorting Algorithm Visualizer
4
-java -jar ./sorting-visualizer-1.3.1.jar
+java -jar ./sorting-visualizer-1.3.2.jar
0 commit comments