Skip to content

Commit

Permalink
GH-44 Fix data files format and release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 26, 2020
1 parent a7916bb commit 2b8ea97
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ docker pull dzikoysk/reposilite
List of available management commands

```bash
Reposilite 2.4.1 Commands:
Reposilite 2.4.2 Commands:
help - List available commands
status - Display metrics
tokens - List all generated tokens
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>reposilite</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public final class ReposiliteConstants {

public static final String VERSION = "2.4.1";
public static final String VERSION = "2.4.2";

public static final String REMOTE_VERSION = "https://raw.githubusercontent.com/dzikoysk/reposilite/master/version";

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
records: []
!!org.panda_lang.reposilite.stats.StatsEntity
"records": {}
3 changes: 2 additions & 1 deletion src/main/resources/tokens.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tokens: []
!!org.panda_lang.reposilite.auth.TokensCollection
"tokens": []
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2

0 comments on commit 2b8ea97

Please sign in to comment.