Skip to content

Commit 365c870

Browse files
committed
1.1.0
1 parent dce9bb1 commit 365c870

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dg deploy
2323
1) Open your <code>build.gradle</code> on your project root and add a dependency.
2424
```groovy
2525
dependency {
26-
classpath 'com.deploygate:gradle:1.0.4'
26+
classpath 'com.deploygate:gradle:1.1.0'
2727
}
2828
```
2929

@@ -67,7 +67,7 @@ buildscript {
6767
}
6868
6969
dependencies {
70-
classpath 'com.deploygate:gradle:1.0.4' // add this line
70+
classpath 'com.deploygate:gradle:1.1.0' // add this line
7171
}
7272
}
7373
```
@@ -140,6 +140,10 @@ Note that these values are used as default values so `build.gradle` may override
140140

141141
# Changes
142142

143+
## ver 1.1.0
144+
145+
* Add noAssemble option for just uploading artifacts (by @operando)
146+
143147
## ver 1.0.4
144148

145149
* Fix: Browser doesn't open on the first upload

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33

44
group = 'com.deploygate'
55
archivesBaseName = 'gradle'
6-
version = '1.0.4'
6+
version = '1.1.0'
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)