Skip to content

Commit

Permalink
Stage for 1.2.1 release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfuller authored Apr 21, 2022
1 parent d005d1b commit 29ca196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.0
VERSION=1.2.1

NAME=scan-api
ARTIFACT=$(NAME)-$(VERSION).jar
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ and then set your API key as an environment variable and run the sample program

```bash
export NIGHTFALL_API_KEY="NF-XXXXXX" # replace with your API key
java -cp build/scan-api-1.2.0.jar ai.nightfall.examples.FileScannerExample /path/to/file
java -cp build/scan-api-1.2.1.jar ai.nightfall.examples.FileScannerExample /path/to/file
```


Expand Down Expand Up @@ -116,7 +116,7 @@ then set your API key as an environment variable and run the sample program (cha
```bash
export NIGHTFALL_API_KEY="NF-XXXXXX" # replace with your API key
NGROK_URL="myurl" # replace with the URL from running ngrok above
java -cp build/scan-api-1.2.0.jar ai.nightfall.examples.FileScannerExample "$NGROK_URL" /path/to/file
java -cp build/scan-api-1.2.1.jar ai.nightfall.examples.FileScannerExample "$NGROK_URL" /path/to/file
```


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.2.0</version>
<version>1.2.1</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 29ca196

Please sign in to comment.