Skip to content

Commit 96a9c81

Browse files
authored
Prep for v1.0.4 release (#35)
1 parent 4446ff3 commit 96a9c81

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.0
4+
VERSION=1.0.4
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.3</version>
9+
<version>1.0.4</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)