Skip to content

Commit

Permalink
v1.0.5 Release (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfuller authored Jan 25, 2022
1 parent 32b7105 commit 4781cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

BUILD_DIR=build

VERSION=1.0.4
VERSION=1.0.5

NAME=scan-api
ARTIFACT=$(NAME)-$(VERSION).jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ai.nightfall</groupId>
<artifactId>scan-api</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>

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

0 comments on commit 4781cd4

Please sign in to comment.