Skip to content

Commit

Permalink
New version for openHAB 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Aug 11, 2021
1 parent 0710981 commit 48cefdf
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.6.0'
version = '1.7.0'
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 @@ -11,7 +11,7 @@
/**
* @author voruti
*/
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.6.0",
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.7.0",
description = "Converts openHAB Items from JsonDB Storage files.")
public class Starter implements Runnable {

Expand Down

0 comments on commit 48cefdf

Please sign in to comment.