Skip to content

Commit e964936

Browse files
committed
v1.3.1
1 parent d804c03 commit e964936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

labkey-client-api/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version 1.3.1 (TBD)
4-
*Released* : TBD
3+
## version 1.3.1
4+
*Released* : 18 September 2020
55

66
* Fix pre-population of session ID and CSRF token in Connection
77
* Identify target server with a `URI` instead of a `String`

labkey-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ buildDir = new File(project.rootProject.buildDir, "/remoteapi/labkey-api-java")
6060

6161
group "org.labkey.api"
6262

63-
version "1.3.1-SNAPSHOT"
63+
version "1.3.1"
6464

6565
dependencies {
6666
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"

0 commit comments

Comments
 (0)