Skip to content

Commit

Permalink
Incremented the version of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Karazhev committed Aug 27, 2020
1 parent ce32ae2 commit d8dd2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add a maven dependency into your project:
<dependency>
<groupId>com.github.akarazhev</groupId>
<artifactId>metacfg4j</artifactId>
<version>1.13</version>
<version>1.14</version>
</dependency>
```
Instantiate the meta configuration class in your project with the default configuration:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.github.akarazhev</groupId>
<artifactId>metacfg4j</artifactId>
<packaging>jar</packaging>
<version>1.13</version>
<version>1.14</version>

<name>metacfg4j</name>
<description>The metacfg4j project is a library that can be used as the solution for:
Expand Down

0 comments on commit d8dd2f0

Please sign in to comment.