Skip to content

Commit 0e46688

Browse files
authored
Merge pull request #40 from slonopotamus/release-0.13.0
Release 0.13.0
2 parents c25c7d7 + 2128028 commit 0e46688

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
5454

5555
## Changes
5656

57-
Version 0.13.0 (Unreleased)
57+
Version 0.14.0 (Unreleased)
58+
59+
Version 0.13.0
5860

5961
* [LFS locking](https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md) support
6062

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import com.github.benmanes.gradle.versions.VersionsPlugin
2-
import de.marcphilipp.gradle.nexus.NexusPublishExtension
32
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
43

54
val ossrhUsername: String? = System.getenv("OSSRH_USERNAME")
@@ -21,7 +20,7 @@ plugins {
2120

2221
allprojects {
2322
group = "ru.bozaro.gitlfs"
24-
version = "0.13.0-SNAPSHOT"
23+
version = "0.14.0-SNAPSHOT"
2524

2625
apply<IdeaPlugin>()
2726
apply<VersionsPlugin>()

0 commit comments

Comments
 (0)