Skip to content

Commit

Permalink
Release: Metadata feature
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Sep 25, 2021
1 parent 9264105 commit 9b084e3
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.7.1' // change me on new release
version = '1.8.0' // change me on new release
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 @@ -12,7 +12,7 @@
/**
* @author voruti
*/
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.7.1", // change me on new release
@Command(name = "java -jar json2config.jar", mixinStandardHelpOptions = true, version = "1.8.0", // change me on new release
description = "Converts openHAB Items from JsonDB Storage files.")
public class Starter implements Runnable {

Expand Down

0 comments on commit 9b084e3

Please sign in to comment.