Skip to content

Commit 0760f04

Browse files
Stage for 1.2.0 release (#51)
1 parent 0bbd75b commit 0760f04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.0
4+
VERSION=1.2.0
55

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and then set your API key as an environment variable and run the sample program
7474

7575
```bash
7676
export NIGHTFALL_API_KEY="NF-XXXXXX" # replace with your API key
77-
java -cp build/scan-api-1.1.0.jar ai.nightfall.examples.FileScannerExample /path/to/file
77+
java -cp build/scan-api-1.2.0.jar ai.nightfall.examples.FileScannerExample /path/to/file
7878
```
7979

8080

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

122122

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.1.0</version>
9+
<version>1.2.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)