Skip to content

Commit

Permalink
Updates version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler MacEachern committed Sep 26, 2017
1 parent 0b5e9aa commit 93bf90c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,32 @@ Please refer to the LICENSE file for additional information.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg)](https://github.com/Valkryst/VNameGenerator/blob/master/LICENSE) ![](https://travis-ci.org/Valkryst/VNameGenerator.svg?branch=master) [![codecov](https://codecov.io/gh/Valkryst/VNameGenerator/branch/master/graph/badge.svg)](https://codecov.io/gh/Valkryst/VNameGenerator) [![Release](https://jitpack.io/v/Valkryst/VNameGenerator.svg)](https://jitpack.io/#Valkryst/VNameGenerator)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d62947885d774bb48eb0618f8e5f4c54)](https://www.codacy.com/app/Valkryst/VNameGenerator?utm_source=github.com&utm_medium=referral&utm_content=Valkryst/VNameGenerator&utm_campaign=Badge_Grade)
# Jar Files & Maven

## Jar Files & Maven
The Maven dependency is hosted off of JitPack, so you will need to add JitPack as a repository before you add VTerminal as a dependency.

To use this project as a Maven dependency, click on the JitPack badge [![Release](https://jitpack.io/v/Valkryst/VNameGenerator.svg)](https://jitpack.io/#Valkryst/VNameGenerator), select a version, click the "Get it!" button, and then follow the instructions.
### Maven

If you would rather use a Jar file, then you can find the Jars on the [releases](https://github.com/Valkryst/VNameGenerator/releases) page.
JitPack ([Example](https://github.com/Valkryst/VNameGenerator/blob/master/pom.xml)):

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

Dependency:

<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VNameGenerator</artifactId>
<version>1.0.4</version>
</dependency>

### Jar

Jar files can be found on the [releases](https://github.com/Valkryst/VNameGenerator/releases) page.

## How to Use:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.Valkryst</groupId>
<artifactId>VNameGenerator</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 93bf90c

Please sign in to comment.