File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22BUILD_DIR =build
33
4- VERSION =1.2.0
4+ VERSION =1.2.1
55
66NAME =scan-api
77ARTIFACT =$(NAME ) -$(VERSION ) .jar
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ and then set your API key as an environment variable and run the sample program
7474
7575``` bash
7676export NIGHTFALL_API_KEY=" NF-XXXXXX" # replace with your API key
77- java -cp build/scan-api-1.2.0 .jar ai.nightfall.examples.FileScannerExample /path/to/file
77+ java -cp build/scan-api-1.2.1 .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
117117export NIGHTFALL_API_KEY=" NF-XXXXXX" # replace with your API key
118118NGROK_URL=" myurl" # replace with the URL from running ngrok above
119- java -cp build/scan-api-1.2.0 .jar ai.nightfall.examples.FileScannerExample " $NGROK_URL " /path/to/file
119+ java -cp build/scan-api-1.2.1 .jar ai.nightfall.examples.FileScannerExample " $NGROK_URL " /path/to/file
120120```
121121
122122
Original file line number Diff line number Diff line change 66
77 <groupId >ai.nightfall</groupId >
88 <artifactId >scan-api</artifactId >
9- <version >1.2.0 </version >
9+ <version >1.2.1 </version >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
1212 <description >The Nightfall Scanner provides Java bindings for our developer platform, which allows clients
You can’t perform that action at this time.
0 commit comments