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 b0a526d commit 5efa98bCopy full SHA for 5efa98b
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.1.0'
+version = '1.0.0'
8
9
buildscript {
10
repositories {
pom.xml
@@ -5,7 +5,7 @@
<artifactId>rootly</artifactId>
<packaging>jar</packaging>
<name>rootly-java</name>
- <version>0.1.0</version>
+ <version>1.0.0</version>
<url>https://github.com/rootlyhq/rootly-java</url>
<description>Java client library for Rootly incident management platform</description>
11
<scm>
0 commit comments