Skip to content

Commit 1db7d8c

Browse files
authored
Stage for v1.1.0 release (#43)
1 parent 54ed31e commit 1db7d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
BUILD_DIR=build
33

4-
VERSION=1.0.5
4+
VERSION=1.1.0
55

66
NAME=scan-api
77
ARTIFACT=$(NAME)-$(VERSION).jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ai.nightfall</groupId>
88
<artifactId>scan-api</artifactId>
9-
<version>1.0.5</version>
9+
<version>1.1.0</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>The Nightfall Scanner provides Java bindings for our developer platform, which allows clients

0 commit comments

Comments
 (0)