Skip to content

Commit bc967ce

Browse files
committed
release: v0.0.4
1 parent 758f0a3 commit bc967ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Code review just got a lot easier! Visualise your code.
1313
Use the github action:
1414
```yaml
1515
- name: PackageMap java parser Github action
16-
uses: packagemap/packagemap-java-parser@v0.0.3
16+
uses: packagemap/packagemap-java-parser@v0.0.4
1717
with:
1818
src_dir: 'src/main/java'
1919
base: 'com.mycompany'
@@ -29,7 +29,7 @@ Use the github action:
2929
2. Download the jar from the release page and run it
3030

3131
```bash
32-
java -jar packagemap-java-parser-0.0.3-all.jar \
32+
java -jar packagemap-java-parser-0.0.4-all.jar \
3333
--key <access-key>:<secret-key> \
3434
--base com.mycompany \
3535
[list of java source directories separated by spaces]
@@ -40,7 +40,7 @@ You can also pass the api key using `--key` flag or using the `PACKAGEMAP_KEY` e
4040
For example:
4141

4242
```bash
43-
java -jar packagemap-java-parser-0.0.3-all.jar \
43+
java -jar packagemap-java-parser-0.0.4-all.jar \
4444
--key ABCDEFGHIJKLMNOP:183b9d197ed48a67c6e479a51 \
4545
--base com.mycompany \
4646
./src/main/java

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
}
3333

3434
group 'co.packagemap'
35-
version '0.0.3'
35+
version '0.0.4'
3636

3737
java {
3838
sourceCompatibility = JavaVersion.VERSION_18

0 commit comments

Comments
 (0)