Skip to content

Commit 6aeae3b

Browse files
committed
System: update bintray version
1 parent 373767e commit 6aeae3b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bintray-publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ if (project.hasProperty("bintray_user") && project.hasProperty("bintray_api_key"
4747
name = 'swift-java-codegen'
4848

4949
desc = 'Annotation processor which can generate swift bridging code by Java annotation based mappings'
50-
vcsUrl = 'https://github.com/andriydruk/swift-java-codegen'
51-
githubRepo = 'andriydruk/swift-java-codegen'
50+
vcsUrl = 'https://github.com/readdle/swift-java-codegen'
51+
githubRepo = 'readdle/swift-java-codegen'
5252

5353
licenses = ['Apache-2.0']
5454

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
GROUP=com.readdle.swift.java.codegen
2-
VERSION_NAME=0.6.6
2+
VERSION_NAME=0.6.7
33

44
org.gradle.jvmargs=-Xmx1536m

0 commit comments

Comments
 (0)