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 e986bcc commit b8cb6bfCopy full SHA for b8cb6bf
README.md
@@ -54,9 +54,9 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
54
55
## Changes
56
57
-Version 0.14.0 (Unreleased)
+Version 0.13.1
58
59
- * Drop dependency on Guava
+ * LFS locking API fixes
60
61
Version 0.13.0
62
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.1"
25
26
apply<IdeaPlugin>()
27
apply<VersionsPlugin>()
0 commit comments