File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# LeetCode-in-All
2
2
3
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-all?style=flat-square )] ( https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-all/1.5 )
3
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-all?style=flat-square )] ( https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-all/1.6 )
4
4
[ ![ Java CI] ( https://github.com/javadev/LeetCode-in-All/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/LeetCode-in-All/actions/workflows/maven.yml )
5
5
[ ![ CodeQL] ( https://github.com/javadev/LeetCode-in-All/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/javadev/LeetCode-in-All/actions/workflows/codeql.yml )
6
6
[ ![ MIT License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/javadev/LeetCode-in-All/blob/main/LICENSE )
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >leetcode-in-all</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.5 </version >
8
+ <version >1.6 </version >
9
9
<name >leetcode-in-all</name >
10
10
<description >104 LeetCode algorithm problem solutions</description >
11
11
<url >https://github.com/javadev/LeetCode-in-All</url >
94
94
<source >src/main/rust</source >
95
95
<source >src/main/dart</source >
96
96
<source >src/main/c</source >
97
+ <source >src/main/js</source >
97
98
</sources >
98
99
</configuration >
99
100
</execution >
You can’t perform that action at this time.
0 commit comments