From 2e55cebaa3d0b8d27b8868c8f07d3e308105379f Mon Sep 17 00:00:00 2001 From: Jesse Dowell Date: Mon, 4 Oct 2021 16:07:08 -0400 Subject: [PATCH] Version 2.1.1 --- README.md | 2 +- pkg/mirthsync.bat | 2 +- pkg/mirthsync.sh | 4 ++-- project.clj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88cfc1e..41211dd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mirth Connect's REST API. ## Current release -The current stable version of mirthSync is "2.1.0" +The current stable version of mirthSync is "2.1.1" There is a release candidate of mirthSync "2.1.0" that supports selectively pushing arbitrary paths in the target directory to Mirth. This allows, for diff --git a/pkg/mirthsync.bat b/pkg/mirthsync.bat index 6be4a09..63ffd89 100755 --- a/pkg/mirthsync.bat +++ b/pkg/mirthsync.bat @@ -2,4 +2,4 @@ SET mypath=%~dp0 SET mypath=%mypath:~0,-1% -java -jar %mypath%\..\lib\mirthsync-2.1.0-standalone.jar %* +java -jar %mypath%\..\lib\mirthsync-2.1.1-standalone.jar %* diff --git a/pkg/mirthsync.sh b/pkg/mirthsync.sh index 232f8d8..8ea691b 100755 --- a/pkg/mirthsync.sh +++ b/pkg/mirthsync.sh @@ -31,9 +31,9 @@ if [[ "$_java" ]]; then version=$("$_java" -version 2>&1 | awk -F '"' '/version/ {print $2}') echo version "$version" # if [[ "$version" > "1.8" ]]; then - # $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-2.1.0-SNAPSHOT-standalone.jar $@ + # $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-2.1.1-SNAPSHOT-standalone.jar $@ # else - $_java -jar ${_dir}/../lib/mirthsync-2.1.0-standalone.jar $@ + $_java -jar ${_dir}/../lib/mirthsync-2.1.1-standalone.jar $@ # fi fi ## diff --git a/project.clj b/project.clj index 432e0dd..22827b4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.saga-it/mirthsync "2.1.1-SNAPSHOT" +(defproject com.saga-it/mirthsync "2.1.1" :description "Mirthsync is a command line tool, created by Saga IT, for keeping a local copy of important aspects of Mirth Connect configuration in order to allow for the use of traditional version