File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ artifactory_contextUrl=https://artifactory.labkey.com/artifactory
55
66artifactoryPluginVersion =4.21.0
77gradlePluginsVersion =1.32.2
8- labkeyClientApiVersion =1.4.0
8+ labkeyClientApiVersion =1.5.2-SNAPSHOT
Original file line number Diff line number Diff line change 11# The LabKey Remote API Library for Java - Change Log
22
3- ## version x.y.z
4- * Released* : ??
3+ ## version 1.5.2
4+ * Released* : 14 July 2022
55* Add Connection.setUserAgent() and Connection.getUserAgent()
66* Set Java library user agent to "LabKey Java API"
77* Set SAS library user agent to "LabKey SAS API"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ repositories {
5757
5858group " org.labkey.api"
5959
60- version " 1.6.0 -SNAPSHOT"
60+ version " 1.5.2 -SNAPSHOT"
6161
6262dependencies {
6363 implementation " org.apache.httpcomponents:httpmime:${ httpmimeVersion} "
You can’t perform that action at this time.
0 commit comments