Skip to content

Commit

Permalink
switch version tag to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Simon committed Dec 7, 2016
1 parent 90cb13e commit 8a7e345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.de.infonautika.postman:postman-runner:0.0.4"
classpath "gradle.plugin.de.infonautika.postman:postman-runner:0.0.5"
}
}
Expand All @@ -29,7 +29,7 @@ For newer gradle versions:

```groovy
plugins {
id "de.infonautika.postman" version "0.0.4"
id "de.infonautika.postman" version "0.0.5"
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = 'de.infonautika.postman'
version = '0.0.4'
version = '0.0.5'

allprojects {
repositories {
Expand Down Expand Up @@ -84,7 +84,7 @@ bintray {
name = "${project.version}"
desc = 'Gradle plugin to run postman'
released = new Date()
vcsTag = '0.0.4'
vcsTag = '0.0.5'
}
}
}
Expand All @@ -101,4 +101,4 @@ pluginBundle {
displayName = 'Gradle plugin to run postman'
}
}
}
}

0 comments on commit 8a7e345

Please sign in to comment.