We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdf650 commit 6b70cdcCopy full SHA for 6b70cdc
2 files changed
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
4
apply plugin: 'com.diffplug.spotless'
5
6
group = 'com.rootly.client'
7
-version = '0.0.3'
+version = '0.0.4'
8
9
buildscript {
10
repositories {
pom.xml
@@ -5,7 +5,7 @@
<artifactId>rootly</artifactId>
<packaging>jar</packaging>
<name>rootly-java</name>
- <version>0.0.3</version>
+ <version>0.0.4</version>
<url>https://github.com/rootlyhq/rootly-java</url>
<description>Java client library for Rootly incident management platform</description>
11
<scm>
0 commit comments