Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 14, 2024
1 parent 686ed81 commit 8e76914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-all</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<version>1.3</version>
<name>leetcode-in-all</name>
<description>104 LeetCode algorithm problem solutions</description>
<url>https://github.com/javadev/LeetCode-in-All</url>
Expand Down Expand Up @@ -91,6 +91,7 @@
<source>src/main/python</source>
<source>src/main/swift</source>
<source>src/main/elixir</source>
<source>src/main/rust</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 8e76914

Please sign in to comment.