diff --git a/docs/plugins/sbt-plugin.html b/docs/plugins/sbt-plugin.html
index 3ece081..6915f3e 100644
--- a/docs/plugins/sbt-plugin.html
+++ b/docs/plugins/sbt-plugin.html
@@ -59,7 +59,7 @@
of tips that users of this plugin must take into account to get reliable data.
Run the profilingWarmupCompiler task in SBT in your CI / local machine
diff --git a/docs/user-guide/installation.html b/docs/user-guide/installation.html
index 9658fdc..d24192c 100644
--- a/docs/user-guide/installation.html
+++ b/docs/user-guide/installation.html
@@ -60,20 +60,20 @@
scalac-profiling is a compilation profiling tool for Scala 2 projects
which aims to help you better understand what is slowing down compilation in your project.
-As of the 1.1.0-RC2 version, it's built for Scala 2.12 and 2.13.
+As of the 1.1.0-RC3 version, it's built for Scala 2.12 and 2.13.
When to use scalac-profiling?
Using implicits and macros can significantly increase compilation time,
based on their usage and your codebase organization. Suppose your project