Skip to content

Commit

Permalink
New version for profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Aug 8, 2021
1 parent 00d15ec commit 9e09814
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.5'
version = '1.6.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 @@ -10,7 +10,7 @@
/**
* @author voruti
*/
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.5",
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.6.0",
description = "Converts openHAB Items from JsonDB Storage files.")
public class Starter implements Runnable {

Expand Down

0 comments on commit 9e09814

Please sign in to comment.