Skip to content

Commit

Permalink
release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Mar 2, 2015
1 parent 9c33675 commit ffd3c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The plugin makes use of default artifact cache, downloading each dependency only
```groovy
// for Gradle 2.1+
plugins {
id 'com.github.jk1.tcdeps' version '0.6'
id 'com.github.jk1.tcdeps' version '0.7'
}
// for Gradle 2.0 and below
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'

group = 'com.github.jk1'
description = 'TeamCity dependencies plugin resolves project dependencies via local TeamCity server'
version = '0.6'
version = '0.7'

repositories {
mavenCentral()
Expand Down

0 comments on commit ffd3c49

Please sign in to comment.