Skip to content

Commit

Permalink
Updated version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEntropyShard committed Oct 26, 2023
1 parent 4d5da1f commit 0cd4e34
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 @@ -13,5 +13,5 @@ If your Maven home and OS information is displayed, it means you have installed
git clone https://github.com/TheEntropyShard/JsonViewer
cd JsonViewer
mvn clean package
java -jar target/JsonViewer-0.5.1.jar
java -jar target/JsonViewer-0.5.2.jar
```
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>me.theentropyshard</groupId>
<artifactId>JsonViewer</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>

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

0 comments on commit 0cd4e34

Please sign in to comment.