Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 12, 2020
1 parent 4883e6f commit 4d7fd45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Requirements: Java 8, ~50MB of memory _(24MB on IDLE)_
List of available management commands

```bash
NanoMaven 2.1.0 Commands:
NanoMaven 2.1.1 Commands:
help - List available commands
tokens - List all generated tokens
keygen <path> <alias> - Generate a new access token for the given path
Expand Down Expand Up @@ -98,7 +98,7 @@ You can also use maven builds to embed NanoMaven in your application
<dependency>
<groupId>org.panda-lang</groupId>
<artifactId>nanomaven</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.panda-lang</groupId>
<artifactId>nanomaven</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/panda_lang/nanomaven/NanoConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public final class NanoConstants {

public static final String VERSION = "2.1.0";
public static final String VERSION = "2.1.1";

static final String GREETING_MESSAGE = ansi().bold().fg(Color.GREEN).a("NanoMaven ").reset().a(NanoConstants.VERSION).toString();

Expand Down

0 comments on commit 4d7fd45

Please sign in to comment.