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 54ed31e commit 1db7d8cCopy full SHA for 1db7d8c
Makefile
@@ -1,7 +1,7 @@
1
2
BUILD_DIR=build
3
4
-VERSION=1.0.5
+VERSION=1.1.0
5
6
NAME=scan-api
7
ARTIFACT=$(NAME)-$(VERSION).jar
pom.xml
@@ -6,7 +6,7 @@
<groupId>ai.nightfall</groupId>
8
<artifactId>scan-api</artifactId>
9
- <version>1.0.5</version>
+ <version>1.1.0</version>
10
11
<name>${project.groupId}:${project.artifactId}</name>
12
<description>The Nightfall Scanner provides Java bindings for our developer platform, which allows clients
0 commit comments