bump: update to 1.1.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac7aae8..57eaf6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,15 +46,18 @@
 
 - Updated documentation
 
-## [NEXT.VERSION]
+## [1.1.3]
 
 ### Added
 
 - `dot_executable` parameter in the macro
 - Example of how to use the `doxygen` alongside `graphviz` in hermetic builds
 
+## [NEXT.VERSION]
+
 [1.0.0]: https://github.com/TendTo/rules_doxygen/tree/1.0.0
 [1.1.0]: https://github.com/TendTo/rules_doxygen/compare/1.0.0...1.1.0
 [1.1.1]: https://github.com/TendTo/rules_doxygen/compare/1.1.0...1.1.1
 [1.1.2]: https://github.com/TendTo/rules_doxygen/compare/1.1.1...1.1.2
-[NEXT.VERSION]: https://github.com/TendTo/rules_doxygen/compare/1.1.2...HEAD
+[1.1.3]: https://github.com/TendTo/rules_doxygen/compare/1.1.2...1.1.3
+[NEXT.VERSION]: https://github.com/TendTo/rules_doxygen/compare/1.1.3...HEAD
diff --git a/MODULE.bazel b/MODULE.bazel
index 8a5ec9d..61ea031 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,5 +1,5 @@
 """rules_doxygen module"""
-module(name = "rules_doxygen", version = "1.1.2", compatibility_level = 1)
+module(name = "rules_doxygen", version = "1.1.3", compatibility_level = 1)
 
 bazel_dep(name = "platforms", version = "0.0.5")
 bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True)
diff --git a/README.md b/README.md
index 73879e5..ce44c75 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@
 Add the following to your _MODULE.bazel_:
 
 ```bzl
-bazel_dep(name = "rules_doxygen", version = "1.1.2", dev_dependency = True)
+bazel_dep(name = "rules_doxygen", version = "1.1.3", dev_dependency = True)
 ```
 
 If you don't want to depend on the [Bazel package registry](https://bazel.build/external/bazelbuild/rules_pkg) or you want to use a not-yet-published version of this module, you can use an archive override by adding the following lines below the `bazel_dep` rule in your _MODULE.bazel_ file:
 
 ```bzl
-bazel_dep(name = "rules_doxygen", version = "1.1.2", dev_dependency = True)
+bazel_dep(name = "rules_doxygen", version = "1.1.3", dev_dependency = True)
 archive_override(
     module_name = "rules_doxygen",
     urls = "https://github.com/TendTo/rules_doxygen/archive/refs/heads/main.tar.gz",
diff --git a/examples/graphviz/README.md b/examples/graphviz/README.md
index 04cc6b9..7c8bf51 100644
--- a/examples/graphviz/README.md
+++ b/examples/graphviz/README.md
@@ -30,6 +30,8 @@
     ),
 )
 
+# Ideally, instead of using a local filegroup, you would want and external module, like "@graphviz//:bin/dot"
+
 doxygen(
     name = "doxygen",
     srcs = glob([