Skip to content

Commit

Permalink
Introduced version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Sep 4, 2021
1 parent 21723a6 commit 3251554
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,25 @@
![Java CI](https://github.com/javadev/LeetCode-in-Java/workflows/Java%20CI%20with%20Maven/badge.svg)

Java Solution for LeetCode algorithm problems, continually updating.

## Installation

Include the following in your `pom.xml` for Maven:

```xml
<dependencies>
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<version>1.2</version>
</dependency>
...
</dependencies>
```

Gradle:

```groovy
compile 'com.github.javadev:leetcode-in-java:1.2'
```

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.1</version>
<version>1.2</version>
<name>leetcode-in-java</name>
<description>Java Solution for LeetCode algorithm problems, continually updating</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down

0 comments on commit 3251554

Please sign in to comment.