diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9f11b755 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/how-to/integrating-private-code.md b/how-to/integrating-private-code.md index b233f317..cc0744b0 100644 --- a/how-to/integrating-private-code.md +++ b/how-to/integrating-private-code.md @@ -46,7 +46,7 @@ plugins { id("maven-publish") // In a multi-project build, apply this only to the root project - id("io.moderne.rewrite") version("0.3.0") + id("io.moderne.rewrite") version("0.3.1") } repositories {