Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tnj committed Feb 16, 2017
1 parent dce9bb1 commit 365c870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dg deploy
1) Open your <code>build.gradle</code> on your project root and add a dependency.
```groovy
dependency {
classpath 'com.deploygate:gradle:1.0.4'
classpath 'com.deploygate:gradle:1.1.0'
}
```

Expand Down Expand Up @@ -67,7 +67,7 @@ buildscript {
}
dependencies {
classpath 'com.deploygate:gradle:1.0.4' // add this line
classpath 'com.deploygate:gradle:1.1.0' // add this line
}
}
```
Expand Down Expand Up @@ -140,6 +140,10 @@ Note that these values are used as default values so `build.gradle` may override

# Changes

## ver 1.1.0

* Add noAssemble option for just uploading artifacts (by @operando)

## ver 1.0.4

* Fix: Browser doesn't open on the first upload
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.deploygate'
archivesBaseName = 'gradle'
version = '1.0.4'
version = '1.1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 365c870

Please sign in to comment.