Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Aug 7, 2021
1 parent a7f913b commit c5ba5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'voruti'
version = '1.4'
version = '1.5'
description = 'json2config'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/voruti/json2config/Starter.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* @author voruti
*/
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.4",
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.5",
description = "Converts openHAB Items from JsonDB Storage files.")
public class Starter implements Runnable {

Expand Down

0 comments on commit c5ba5b5

Please sign in to comment.