Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 24242a6

Browse files
committed
Merge remote-tracking branch 'origin/master' into decompileall
2 parents 829e431 + c784b2c commit 24242a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This is a sample maven workspace for creating plugins for Recaf `2.X`.
44

55
## Plugin documentation
66

7-
Official documentation is on hold until Recaf `2.0.0` is fully released.
7+
The official documentation can be found here: [Recaf Docs:Plugins](https://col-e.github.io/Recaf/doc-advanced-plugin.html).
88

9-
In the meantime, check this blogpost on using the plugin API: [Creating custom plugins](https://coley.software/recaf-creating-custom-plugins/)
9+
The source and javadoc artifacts are also available and can be fetched in your IDE workspace.
1010

1111
## Building & modification
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.github.Col-E</groupId>
2222
<artifactId>recaf</artifactId>
23-
<version>2.0.0-redesign.12</version>
23+
<version>2.4.0</version>
2424
</dependency>
2525
</dependencies>
2626
<build>

0 commit comments

Comments
 (0)