Skip to content

Commit

Permalink
Merge pull request #68 from aminghadersohi/release_3.0.12
Browse files Browse the repository at this point in the history
3.0.12
  • Loading branch information
tinder-aminghadersohi authored Nov 12, 2021
2 parents 2580aa5 + 1339e03 commit 1117ecb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Libs {
const val ktlint = "0.43.0"
const val ktlintGradlePlugin = "10.2.0"
const val snakeyaml = "1.29"
const val vanniktechMavenPublish = "0.13.0"
const val vanniktechMavenPublish = "0.18.0"
}

const val clikt = "com.github.ajalt.clikt:clikt:${Versions.clikt}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package com.tinder.gitquery.core
* This file was generated by ./build-support/bin/write-version-class
*/

const val GIT_QUERY_VERSION = "3.0.11"
const val GIT_QUERY_VERSION = "3.0.12"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.daemon=true
org.gradle.parallel=true

GROUP=com.tinder.gitquery
VERSION_NAME=3.0.11
VERSION_NAME=3.0.12

POM_DESCRIPTION=A library for querying and syncing files in a remote git repo.
POM_URL=https://github.com/Tinder/GitQuery
Expand Down
2 changes: 1 addition & 1 deletion samples/protobuf-sync-code-gen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.google.protobuf.gradle.protoc
plugins {
application
id("com.google.protobuf") version "0.8.17"
id("com.tinder.gitquery") version "3.0.11"
id("com.tinder.gitquery") version "3.0.12"
java
}

Expand Down
2 changes: 1 addition & 1 deletion samples/protobuf-sync-groovy-dsl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("com.tinder.gitquery") version "3.0.11"
id("com.tinder.gitquery") version "3.0.12"
}

def protoDir = "src/main/proto"
Expand Down

0 comments on commit 1117ecb

Please sign in to comment.