We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577ff4a commit 7697e80Copy full SHA for 7697e80
README.md
@@ -56,9 +56,14 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
56
57
Version 0.14.0 (Unreleased)
58
59
+Version 0.13.2
60
+
61
+ * Fix ISO 8601 date formatting again
62
63
Version 0.13.1
64
65
* LFS locking API fixes
66
+ * Drop dependency on Guava
67
68
Version 0.13.0
69
build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
22
allprojects {
23
group = "ru.bozaro.gitlfs"
24
- version = "0.14.0-SNAPSHOT"
+ version = "0.13.2"
25
26
apply<IdeaPlugin>()
27
apply<VersionsPlugin>()
0 commit comments