Skip to content

Commit

Permalink
Version 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Jun 19, 2024
1 parent 982804a commit 79f5664
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test {
}

group = 'com.github.javadev'
version = '1.32-SNAPSHOT'
version = '1.33-SNAPSHOT'
description = 'leetcode-in-java'
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.32</version>
<version>1.33</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom-central21.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java21</artifactId>
<packaging>jar</packaging>
<version>1.32</version>
<version>1.33</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.32-SNAPSHOT</version>
<version>1.33-SNAPSHOT</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down

0 comments on commit 79f5664

Please sign in to comment.