Skip to content

Commit

Permalink
[Gradle Release Plugin] - new version commit: '3.1.1-SNAPSHOT'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillkorn committed Dec 23, 2024
1 parent 8787d88 commit 9280d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildscript {
}
}
dependencies {
classpath 'net.researchgate:gradle-release:3.0.2'
classpath 'net.researchgate:gradle-release:3.1.0'
}
}
Expand All @@ -48,7 +48,7 @@ apply plugin: 'net.researchgate.release'

```groovy
plugins {
id 'net.researchgate.release' version '3.0.2'
id 'net.researchgate.release' version '3.1.0'
}
```

Expand Down Expand Up @@ -255,7 +255,7 @@ repositories {
}
}
dependencies {
classpath 'net.researchgate:gradle-release:3.0.2'
classpath 'net.researchgate:gradle-release:3.1.0'
}

apply(plugin = "base")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.1.0
version=3.1.1-SNAPSHOT

0 comments on commit 9280d4a

Please sign in to comment.