Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
bump: version to 1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
deekappyok committed May 8, 2022
1 parent 64f5c3e commit 6043801
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 @@ -18,7 +18,7 @@ A simple json configuration system built with [gson](https://github.com/google/g
<dependency>
<groupId>com.github.DeeKaPPy</groupId>
<artifactId>simple-configuration</artifactId>
<version>1.2-SNAPSHOT</version> <!-- or replace with newer version -->
<version>1.3-SNAPSHOT</version> <!-- or replace with newer version -->
</dependency>
```

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>eu.dkcode</groupId>
<artifactId>json-configuration</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>

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

0 comments on commit 6043801

Please sign in to comment.